POST EPP/PostPracticeDefaultASPChoices
Request Information
URI Parameters
None.
Body Parameters
PostPracticeDefaultASPChoicesRequestName | 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": "2024-11-21T04:18:10.4859313-06:00", "changedBy": 10, "isMCTToCEMOnly": true, "authSTHBeforeMCT": true, "username": "sample string 13", "changeID": "538b474f-dcaf-4a5d-b83d-aa9e04e2aec5", "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": "2024-11-21T04:18:10.4859313-06:00", "changedBy": 10, "isMCTToCEMOnly": true, "authSTHBeforeMCT": true, "username": "sample string 13", "changeID": "538b474f-dcaf-4a5d-b83d-aa9e04e2aec5", "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>538b474f-dcaf-4a5d-b83d-aa9e04e2aec5</ChangeID> <ChangedBy>10</ChangedBy> <ChangedDate>2024-11-21T04:18:10.4859313-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>538b474f-dcaf-4a5d-b83d-aa9e04e2aec5</ChangeID> <ChangedBy>10</ChangedBy> <ChangedDate>2024-11-21T04:18:10.4859313-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
HttpResponseMessageName | 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. |