POST api/NTCosCompany/PostMultipleExamCorporationPrice
Request Information
URI Parameters
None.
Body Parameters
ExamPriceCorporationDetailDTOName | Description | Type | Additional information |
---|---|---|---|
AdjustmentType | integer |
None. |
|
Adjustment | decimal number |
None. |
|
Todaydate | date |
None. |
|
StartDate | date |
None. |
|
listExamPriceCorporation | Collection of ExamPriceCorporationDTO |
None. |
|
Note | string |
None. |
|
ValidFlag | boolean |
None. |
|
DateCreated | date |
None. |
|
DateUpdated | date |
None. |
|
UserIDCreated | integer |
None. |
|
UserIDUpdated | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "AdjustmentType": 1, "Adjustment": 1.0, "Todaydate": "2025-04-03T19:31:17.9621609-07:00", "StartDate": "2025-04-03T19:31:17.9621609-07:00", "listExamPriceCorporation": [ { "Id": 1, "ExamName": "sample string 1", "ExamId": "sample string 2", "Price": 1.0, "AdjustmentType": 1, "Adjustment": 1.0, "FinalPrice": 1.0, "StartDate": "2025-04-03T19:31:17.9621609-07:00", "EndDate": "2025-04-03T19:31:17.9621609-07:00", "Todaydate": "2025-04-03T19:31:17.9621609-07:00", "CorporationCode": "sample string 3", "CareOnSiteLocationId": 1, "CareOnSiteLocationIdExist": true, "Type": 5, "Status": 6, "isPrice": true, "IsFutureRecord": true, "Note": "sample string 9", "CreatedUserFirstName": "sample string 10", "CreatedUserLastName": "sample string 11", "CreatedUser": "sample string 10 sample string 11", "CreatedDate": "2025-04-03T19:31:17.9621609-07:00", "LastModifiedUserFirstName": "sample string 12", "LastModifiedUserLastName": "sample string 13", "LastModifiedUser": "sample string 12 sample string 13", "LastModifiedDate": "2025-04-03T19:31:17.9621609-07:00", "CreatedDateString": "sample string 14", "ModifiedDate": "sample string 15", "EndDateString": "sample string 16", "ValidFlag": true, "DateCreated": "2025-04-03T19:31:17.9621609-07:00", "DateUpdated": "2025-04-03T19:31:17.9621609-07:00", "UserIDCreated": 20, "UserIDUpdated": 21 }, { "Id": 1, "ExamName": "sample string 1", "ExamId": "sample string 2", "Price": 1.0, "AdjustmentType": 1, "Adjustment": 1.0, "FinalPrice": 1.0, "StartDate": "2025-04-03T19:31:17.9621609-07:00", "EndDate": "2025-04-03T19:31:17.9621609-07:00", "Todaydate": "2025-04-03T19:31:17.9621609-07:00", "CorporationCode": "sample string 3", "CareOnSiteLocationId": 1, "CareOnSiteLocationIdExist": true, "Type": 5, "Status": 6, "isPrice": true, "IsFutureRecord": true, "Note": "sample string 9", "CreatedUserFirstName": "sample string 10", "CreatedUserLastName": "sample string 11", "CreatedUser": "sample string 10 sample string 11", "CreatedDate": "2025-04-03T19:31:17.9621609-07:00", "LastModifiedUserFirstName": "sample string 12", "LastModifiedUserLastName": "sample string 13", "LastModifiedUser": "sample string 12 sample string 13", "LastModifiedDate": "2025-04-03T19:31:17.9621609-07:00", "CreatedDateString": "sample string 14", "ModifiedDate": "sample string 15", "EndDateString": "sample string 16", "ValidFlag": true, "DateCreated": "2025-04-03T19:31:17.9621609-07:00", "DateUpdated": "2025-04-03T19:31:17.9621609-07:00", "UserIDCreated": 20, "UserIDUpdated": 21 } ], "Note": "sample string 1", "ValidFlag": true, "DateCreated": "2025-04-03T19:31:17.9621609-07:00", "DateUpdated": "2025-04-03T19:31:17.9621609-07:00", "UserIDCreated": 5, "UserIDUpdated": 6 }
application/xml, text/xml
Sample:
<ExamPriceCorporationDetailDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.COSBilling"> <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:31:17.9621609-07:00</DateCreated> <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:31:17.9621609-07:00</DateUpdated> <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">5</UserIDCreated> <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">6</UserIDUpdated> <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag> <Adjustment>1</Adjustment> <AdjustmentType>1</AdjustmentType> <Note>sample string 1</Note> <StartDate>2025-04-03T19:31:17.9621609-07:00</StartDate> <Todaydate>2025-04-03T19:31:17.9621609-07:00</Todaydate> <listExamPriceCorporation> <ExamPriceCorporationDTO> <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:31:17.9621609-07:00</DateCreated> <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:31:17.9621609-07:00</DateUpdated> <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">20</UserIDCreated> <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">21</UserIDUpdated> <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag> <Adjustment>1</Adjustment> <AdjustmentType>1</AdjustmentType> <CareOnSiteLocationId>1</CareOnSiteLocationId> <CareOnSiteLocationIdExist>true</CareOnSiteLocationIdExist> <CorporationCode>sample string 3</CorporationCode> <CreatedDate>2025-04-03T19:31:17.9621609-07:00</CreatedDate> <CreatedDateString>sample string 14</CreatedDateString> <CreatedUserFirstName>sample string 10</CreatedUserFirstName> <CreatedUserLastName>sample string 11</CreatedUserLastName> <EndDate>2025-04-03T19:31:17.9621609-07:00</EndDate> <EndDateString>sample string 16</EndDateString> <ExamId>sample string 2</ExamId> <ExamName>sample string 1</ExamName> <FinalPrice>1</FinalPrice> <Id>1</Id> <IsFutureRecord>true</IsFutureRecord> <LastModifiedUserFirstName>sample string 12</LastModifiedUserFirstName> <LastModifiedUserLastName>sample string 13</LastModifiedUserLastName> <ModifiedDate>sample string 15</ModifiedDate> <Note>sample string 9</Note> <Price>1</Price> <StartDate>2025-04-03T19:31:17.9621609-07:00</StartDate> <Status>6</Status> <Todaydate>2025-04-03T19:31:17.9621609-07:00</Todaydate> <Type>5</Type> <isPrice>true</isPrice> </ExamPriceCorporationDTO> <ExamPriceCorporationDTO> <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:31:17.9621609-07:00</DateCreated> <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:31:17.9621609-07:00</DateUpdated> <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">20</UserIDCreated> <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">21</UserIDUpdated> <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag> <Adjustment>1</Adjustment> <AdjustmentType>1</AdjustmentType> <CareOnSiteLocationId>1</CareOnSiteLocationId> <CareOnSiteLocationIdExist>true</CareOnSiteLocationIdExist> <CorporationCode>sample string 3</CorporationCode> <CreatedDate>2025-04-03T19:31:17.9621609-07:00</CreatedDate> <CreatedDateString>sample string 14</CreatedDateString> <CreatedUserFirstName>sample string 10</CreatedUserFirstName> <CreatedUserLastName>sample string 11</CreatedUserLastName> <EndDate>2025-04-03T19:31:17.9621609-07:00</EndDate> <EndDateString>sample string 16</EndDateString> <ExamId>sample string 2</ExamId> <ExamName>sample string 1</ExamName> <FinalPrice>1</FinalPrice> <Id>1</Id> <IsFutureRecord>true</IsFutureRecord> <LastModifiedUserFirstName>sample string 12</LastModifiedUserFirstName> <LastModifiedUserLastName>sample string 13</LastModifiedUserLastName> <ModifiedDate>sample string 15</ModifiedDate> <Note>sample string 9</Note> <Price>1</Price> <StartDate>2025-04-03T19:31:17.9621609-07:00</StartDate> <Status>6</Status> <Todaydate>2025-04-03T19:31:17.9621609-07:00</Todaydate> <Type>5</Type> <isPrice>true</isPrice> </ExamPriceCorporationDTO> </listExamPriceCorporation> </ExamPriceCorporationDetailDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AsapResponseOfExamPriceCorporationDetailDTOName | Description | Type | Additional information |
---|---|---|---|
isSuccess | boolean |
None. |
|
message | string |
None. |
|
jsonObj | ExamPriceCorporationDetailDTO |
None. |
|
totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "isSuccess": true, "message": "sample string 2", "jsonObj": { "AdjustmentType": 1, "Adjustment": 1.0, "Todaydate": "2025-04-03T19:31:18.003133-07:00", "StartDate": "2025-04-03T19:31:18.003133-07:00", "listExamPriceCorporation": [ { "Id": 1, "ExamName": "sample string 1", "ExamId": "sample string 2", "Price": 1.0, "AdjustmentType": 1, "Adjustment": 1.0, "FinalPrice": 1.0, "StartDate": "2025-04-03T19:31:18.0036623-07:00", "EndDate": "2025-04-03T19:31:18.0036623-07:00", "Todaydate": "2025-04-03T19:31:18.0036623-07:00", "CorporationCode": "sample string 3", "CareOnSiteLocationId": 1, "CareOnSiteLocationIdExist": true, "Type": 5, "Status": 6, "isPrice": true, "IsFutureRecord": true, "Note": "sample string 9", "CreatedUserFirstName": "sample string 10", "CreatedUserLastName": "sample string 11", "CreatedUser": "sample string 10 sample string 11", "CreatedDate": "2025-04-03T19:31:18.0036623-07:00", "LastModifiedUserFirstName": "sample string 12", "LastModifiedUserLastName": "sample string 13", "LastModifiedUser": "sample string 12 sample string 13", "LastModifiedDate": "2025-04-03T19:31:18.0036623-07:00", "CreatedDateString": "sample string 14", "ModifiedDate": "sample string 15", "EndDateString": "sample string 16", "ValidFlag": true, "DateCreated": "2025-04-03T19:31:18.0036623-07:00", "DateUpdated": "2025-04-03T19:31:18.0036623-07:00", "UserIDCreated": 20, "UserIDUpdated": 21 }, { "Id": 1, "ExamName": "sample string 1", "ExamId": "sample string 2", "Price": 1.0, "AdjustmentType": 1, "Adjustment": 1.0, "FinalPrice": 1.0, "StartDate": "2025-04-03T19:31:18.0036623-07:00", "EndDate": "2025-04-03T19:31:18.0036623-07:00", "Todaydate": "2025-04-03T19:31:18.0036623-07:00", "CorporationCode": "sample string 3", "CareOnSiteLocationId": 1, "CareOnSiteLocationIdExist": true, "Type": 5, "Status": 6, "isPrice": true, "IsFutureRecord": true, "Note": "sample string 9", "CreatedUserFirstName": "sample string 10", "CreatedUserLastName": "sample string 11", "CreatedUser": "sample string 10 sample string 11", "CreatedDate": "2025-04-03T19:31:18.0036623-07:00", "LastModifiedUserFirstName": "sample string 12", "LastModifiedUserLastName": "sample string 13", "LastModifiedUser": "sample string 12 sample string 13", "LastModifiedDate": "2025-04-03T19:31:18.0036623-07:00", "CreatedDateString": "sample string 14", "ModifiedDate": "sample string 15", "EndDateString": "sample string 16", "ValidFlag": true, "DateCreated": "2025-04-03T19:31:18.0036623-07:00", "DateUpdated": "2025-04-03T19:31:18.0036623-07:00", "UserIDCreated": 20, "UserIDUpdated": 21 } ], "Note": "sample string 1", "ValidFlag": true, "DateCreated": "2025-04-03T19:31:18.0036623-07:00", "DateUpdated": "2025-04-03T19:31:18.0036623-07:00", "UserIDCreated": 5, "UserIDUpdated": 6 }, "totalCount": 3 }
application/xml, text/xml
Sample:
<AsapResponseOfExamPriceCorporationDetailDTOiHWKYZHo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Common"> <isSuccess>true</isSuccess> <jsonObj xmlns:d2p1="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.COSBilling"> <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:31:18.0036623-07:00</DateCreated> <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:31:18.0036623-07:00</DateUpdated> <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">5</UserIDCreated> <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">6</UserIDUpdated> <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag> <d2p1:Adjustment>1</d2p1:Adjustment> <d2p1:AdjustmentType>1</d2p1:AdjustmentType> <d2p1:Note>sample string 1</d2p1:Note> <d2p1:StartDate>2025-04-03T19:31:18.003133-07:00</d2p1:StartDate> <d2p1:Todaydate>2025-04-03T19:31:18.003133-07:00</d2p1:Todaydate> <d2p1:listExamPriceCorporation> <d2p1:ExamPriceCorporationDTO> <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:31:18.0036623-07:00</DateCreated> <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:31:18.0036623-07:00</DateUpdated> <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">20</UserIDCreated> <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">21</UserIDUpdated> <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag> <d2p1:Adjustment>1</d2p1:Adjustment> <d2p1:AdjustmentType>1</d2p1:AdjustmentType> <d2p1:CareOnSiteLocationId>1</d2p1:CareOnSiteLocationId> <d2p1:CareOnSiteLocationIdExist>true</d2p1:CareOnSiteLocationIdExist> <d2p1:CorporationCode>sample string 3</d2p1:CorporationCode> <d2p1:CreatedDate>2025-04-03T19:31:18.0036623-07:00</d2p1:CreatedDate> <d2p1:CreatedDateString>sample string 14</d2p1:CreatedDateString> <d2p1:CreatedUserFirstName>sample string 10</d2p1:CreatedUserFirstName> <d2p1:CreatedUserLastName>sample string 11</d2p1:CreatedUserLastName> <d2p1:EndDate>2025-04-03T19:31:18.0036623-07:00</d2p1:EndDate> <d2p1:EndDateString>sample string 16</d2p1:EndDateString> <d2p1:ExamId>sample string 2</d2p1:ExamId> <d2p1:ExamName>sample string 1</d2p1:ExamName> <d2p1:FinalPrice>1</d2p1:FinalPrice> <d2p1:Id>1</d2p1:Id> <d2p1:IsFutureRecord>true</d2p1:IsFutureRecord> <d2p1:LastModifiedUserFirstName>sample string 12</d2p1:LastModifiedUserFirstName> <d2p1:LastModifiedUserLastName>sample string 13</d2p1:LastModifiedUserLastName> <d2p1:ModifiedDate>sample string 15</d2p1:ModifiedDate> <d2p1:Note>sample string 9</d2p1:Note> <d2p1:Price>1</d2p1:Price> <d2p1:StartDate>2025-04-03T19:31:18.0036623-07:00</d2p1:StartDate> <d2p1:Status>6</d2p1:Status> <d2p1:Todaydate>2025-04-03T19:31:18.0036623-07:00</d2p1:Todaydate> <d2p1:Type>5</d2p1:Type> <d2p1:isPrice>true</d2p1:isPrice> </d2p1:ExamPriceCorporationDTO> <d2p1:ExamPriceCorporationDTO> <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:31:18.0036623-07:00</DateCreated> <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:31:18.0036623-07:00</DateUpdated> <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">20</UserIDCreated> <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">21</UserIDUpdated> <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag> <d2p1:Adjustment>1</d2p1:Adjustment> <d2p1:AdjustmentType>1</d2p1:AdjustmentType> <d2p1:CareOnSiteLocationId>1</d2p1:CareOnSiteLocationId> <d2p1:CareOnSiteLocationIdExist>true</d2p1:CareOnSiteLocationIdExist> <d2p1:CorporationCode>sample string 3</d2p1:CorporationCode> <d2p1:CreatedDate>2025-04-03T19:31:18.0036623-07:00</d2p1:CreatedDate> <d2p1:CreatedDateString>sample string 14</d2p1:CreatedDateString> <d2p1:CreatedUserFirstName>sample string 10</d2p1:CreatedUserFirstName> <d2p1:CreatedUserLastName>sample string 11</d2p1:CreatedUserLastName> <d2p1:EndDate>2025-04-03T19:31:18.0036623-07:00</d2p1:EndDate> <d2p1:EndDateString>sample string 16</d2p1:EndDateString> <d2p1:ExamId>sample string 2</d2p1:ExamId> <d2p1:ExamName>sample string 1</d2p1:ExamName> <d2p1:FinalPrice>1</d2p1:FinalPrice> <d2p1:Id>1</d2p1:Id> <d2p1:IsFutureRecord>true</d2p1:IsFutureRecord> <d2p1:LastModifiedUserFirstName>sample string 12</d2p1:LastModifiedUserFirstName> <d2p1:LastModifiedUserLastName>sample string 13</d2p1:LastModifiedUserLastName> <d2p1:ModifiedDate>sample string 15</d2p1:ModifiedDate> <d2p1:Note>sample string 9</d2p1:Note> <d2p1:Price>1</d2p1:Price> <d2p1:StartDate>2025-04-03T19:31:18.0036623-07:00</d2p1:StartDate> <d2p1:Status>6</d2p1:Status> <d2p1:Todaydate>2025-04-03T19:31:18.0036623-07:00</d2p1:Todaydate> <d2p1:Type>5</d2p1:Type> <d2p1:isPrice>true</d2p1:isPrice> </d2p1:ExamPriceCorporationDTO> </d2p1:listExamPriceCorporation> </jsonObj> <message>sample string 2</message> <totalCount>3</totalCount> </AsapResponseOfExamPriceCorporationDetailDTOiHWKYZHo>