POST EPP/PostPracticeDefaultASPChoices
Request Information
URI Parameters
None.
Body Parameters
PostPracticeDefaultASPChoicesRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | integer |
None. |
|
| isEdit | boolean |
None. |
|
| defaultPracticeChoicesDatas | Collection of DefaultPracticeChoicesData |
None. |
Request Formats
application/json, text/json
Sample:
{
"defaultPracticeChoicesDatas": [
{
"defaultSetup": true,
"facilityASPSettingID": 2,
"name": "sample string 3",
"facilityID": 4,
"serviceTypeID": 5,
"primaryAspChoice": 6,
"secondaryAspChoice": 1,
"authorizedBy": "sample string 7",
"authorizedByEmail": "sample string 8",
"changedDate": "2025-12-22T09:30:50.6766395-06:00",
"changedBy": 10,
"isMCTToCEMOnly": true,
"authSTHBeforeMCT": true,
"username": "sample string 13",
"changeID": "5edab73c-edd7-4fa8-a3fe-59f4d85bcbad",
"signedBy": "sample string 15",
"signedByTitle": "sample string 16",
"stopEnrollmentIfMissingASP": true,
"showingOldASPMapping": true
},
{
"defaultSetup": true,
"facilityASPSettingID": 2,
"name": "sample string 3",
"facilityID": 4,
"serviceTypeID": 5,
"primaryAspChoice": 6,
"secondaryAspChoice": 1,
"authorizedBy": "sample string 7",
"authorizedByEmail": "sample string 8",
"changedDate": "2025-12-22T09:30:50.6766395-06:00",
"changedBy": 10,
"isMCTToCEMOnly": true,
"authSTHBeforeMCT": true,
"username": "sample string 13",
"changeID": "5edab73c-edd7-4fa8-a3fe-59f4d85bcbad",
"signedBy": "sample string 15",
"signedByTitle": "sample string 16",
"stopEnrollmentIfMissingASP": true,
"showingOldASPMapping": true
}
],
"userID": 1,
"isEdit": true
}
application/xml, text/xml
Sample:
<PostPracticeDefaultASPChoicesRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DynamicsIntegrationToolkit.DTO">
<UserID>1</UserID>
<defaultPracticeChoicesDatas>
<DefaultPracticeChoicesData>
<AuthSTHBeforeMCT>true</AuthSTHBeforeMCT>
<AuthorizedBy>sample string 7</AuthorizedBy>
<AuthorizedByEmail>sample string 8</AuthorizedByEmail>
<ChangeID>5edab73c-edd7-4fa8-a3fe-59f4d85bcbad</ChangeID>
<ChangedBy>10</ChangedBy>
<ChangedDate>2025-12-22T09:30:50.6766395-06:00</ChangedDate>
<DefaultSetup>true</DefaultSetup>
<FacilityASPSettingID>2</FacilityASPSettingID>
<FacilityID>4</FacilityID>
<Name>sample string 3</Name>
<PrimaryAspChoice>6</PrimaryAspChoice>
<SecondaryAspChoice>1</SecondaryAspChoice>
<ServiceTypeID>5</ServiceTypeID>
<SignedBy>sample string 15</SignedBy>
<SignedByTitle>sample string 16</SignedByTitle>
<StopEnrollmentIfMissingASP>true</StopEnrollmentIfMissingASP>
<Username>sample string 13</Username>
<isMCTToCEMOnly>true</isMCTToCEMOnly>
<showingOldASPMapping>true</showingOldASPMapping>
</DefaultPracticeChoicesData>
<DefaultPracticeChoicesData>
<AuthSTHBeforeMCT>true</AuthSTHBeforeMCT>
<AuthorizedBy>sample string 7</AuthorizedBy>
<AuthorizedByEmail>sample string 8</AuthorizedByEmail>
<ChangeID>5edab73c-edd7-4fa8-a3fe-59f4d85bcbad</ChangeID>
<ChangedBy>10</ChangedBy>
<ChangedDate>2025-12-22T09:30:50.6766395-06:00</ChangedDate>
<DefaultSetup>true</DefaultSetup>
<FacilityASPSettingID>2</FacilityASPSettingID>
<FacilityID>4</FacilityID>
<Name>sample string 3</Name>
<PrimaryAspChoice>6</PrimaryAspChoice>
<SecondaryAspChoice>1</SecondaryAspChoice>
<ServiceTypeID>5</ServiceTypeID>
<SignedBy>sample string 15</SignedBy>
<SignedByTitle>sample string 16</SignedByTitle>
<StopEnrollmentIfMissingASP>true</StopEnrollmentIfMissingASP>
<Username>sample string 13</Username>
<isMCTToCEMOnly>true</isMCTToCEMOnly>
<showingOldASPMapping>true</showingOldASPMapping>
</DefaultPracticeChoicesData>
</defaultPracticeChoicesDatas>
<isEdit>true</isEdit>
</PostPracticeDefaultASPChoicesRequest>
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. |