POST EPP/SaveOtherFieldExternal/v1
Request Information
URI Parameters
None.
Body Parameters
SaveOtherFieldExternalRequest| Name | Description | Type | Additional 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-12-22T09:34:15.8842378-06: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-12-22T09:34:15.8842378-06: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| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |