POST EPP/SaveOtherFieldExternal/v1

Request Information

URI Parameters

None.

Body Parameters

SaveOtherFieldExternalRequest
NameDescriptionTypeAdditional information
EnrollmentId

integer

None.

PatientId

integer

None.

OtherFieldExternal

string

None.

ModifiedDate

date

None.

UserId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "enrollmentId": 1,
  "patientId": 2,
  "otherFieldExternal": "sample string 3",
  "modifiedDate": "2025-04-04T03:44:53.4637817-05:00",
  "userId": 5
}

application/xml, text/xml

Sample:
<SaveOtherFieldExternalRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DynamicsIntegrationToolkit.DTO">
  <EnrollmentId>1</EnrollmentId>
  <ModifiedDate>2025-04-04T03:44:53.4637817-05:00</ModifiedDate>
  <OtherFieldExternal>sample string 3</OtherFieldExternal>
  <PatientId>2</PatientId>
  <UserId>5</UserId>
</SaveOtherFieldExternalRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.