POST api/NTCosCompany/PostExamCorporationPrice

Request Information

URI Parameters

None.

Body Parameters

ExamPriceCorporationDTO
NameDescriptionTypeAdditional information
Id

integer

None.

ExamName

string

String length: inclusive between 0 and 500

ExamId

string

String length: inclusive between 0 and 20

Price

decimal number

None.

AdjustmentType

integer

None.

Adjustment

decimal number

None.

FinalPrice

decimal number

None.

StartDate

date

None.

EndDate

date

None.

Todaydate

date

None.

CorporationCode

string

String length: inclusive between 0 and 8000

CareOnSiteLocationId

integer

None.

CareOnSiteLocationIdExist

boolean

None.

Type

integer

None.

Status

integer

None.

isPrice

boolean

None.

IsFutureRecord

boolean

None.

Note

string

String length: inclusive between 0 and 8000

CreatedUserFirstName

string

None.

CreatedUserLastName

string

String length: inclusive between 0 and 8000

CreatedUser

string

String length: inclusive between 0 and 8000

CreatedDate

date

None.

LastModifiedUserFirstName

string

String length: inclusive between 0 and 8000

LastModifiedUserLastName

string

String length: inclusive between 0 and 8000

LastModifiedUser

string

String length: inclusive between 0 and 8000

LastModifiedDate

date

None.

CreatedDateString

string

String length: inclusive between 0 and 8000

ModifiedDate

string

String length: inclusive between 0 and 8000

EndDateString

string

String length: inclusive between 0 and 8000

ValidFlag

boolean

None.

DateCreated

date

None.

DateUpdated

date

None.

UserIDCreated

integer

None.

UserIDUpdated

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ExamName": "sample string 1",
  "ExamId": "sample string 2",
  "Price": 1.0,
  "AdjustmentType": 1,
  "Adjustment": 1.0,
  "FinalPrice": 1.0,
  "StartDate": "2024-11-21T00:35:41.9407733-08:00",
  "EndDate": "2024-11-21T00:35:41.9407733-08:00",
  "Todaydate": "2024-11-21T00:35:41.9407733-08: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": "2024-11-21T00:35:41.9407733-08:00",
  "LastModifiedUserFirstName": "sample string 12",
  "LastModifiedUserLastName": "sample string 13",
  "LastModifiedUser": "sample string 12 sample string 13",
  "LastModifiedDate": "2024-11-21T00:35:41.9407733-08:00",
  "CreatedDateString": "sample string 14",
  "ModifiedDate": "sample string 15",
  "EndDateString": "sample string 16",
  "ValidFlag": true,
  "DateCreated": "2024-11-21T00:35:41.9407733-08:00",
  "DateUpdated": "2024-11-21T00:35:41.9407733-08:00",
  "UserIDCreated": 20,
  "UserIDUpdated": 21
}

application/xml, text/xml

Sample:
<ExamPriceCorporationDTO 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">2024-11-21T00:35:41.9407733-08:00</DateCreated>
  <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:35:41.9407733-08: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>2024-11-21T00:35:41.9407733-08:00</CreatedDate>
  <CreatedDateString>sample string 14</CreatedDateString>
  <CreatedUserFirstName>sample string 10</CreatedUserFirstName>
  <CreatedUserLastName>sample string 11</CreatedUserLastName>
  <EndDate>2024-11-21T00:35:41.9407733-08: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>2024-11-21T00:35:41.9407733-08:00</StartDate>
  <Status>6</Status>
  <Todaydate>2024-11-21T00:35:41.9407733-08:00</Todaydate>
  <Type>5</Type>
  <isPrice>true</isPrice>
</ExamPriceCorporationDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfExamPriceCorporationDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

ExamPriceCorporationDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": {
    "Id": 1,
    "ExamName": "sample string 1",
    "ExamId": "sample string 2",
    "Price": 1.0,
    "AdjustmentType": 1,
    "Adjustment": 1.0,
    "FinalPrice": 1.0,
    "StartDate": "2024-11-21T00:35:41.9775007-08:00",
    "EndDate": "2024-11-21T00:35:41.9775007-08:00",
    "Todaydate": "2024-11-21T00:35:41.9775007-08: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": "2024-11-21T00:35:41.9775007-08:00",
    "LastModifiedUserFirstName": "sample string 12",
    "LastModifiedUserLastName": "sample string 13",
    "LastModifiedUser": "sample string 12 sample string 13",
    "LastModifiedDate": "2024-11-21T00:35:41.9775007-08:00",
    "CreatedDateString": "sample string 14",
    "ModifiedDate": "sample string 15",
    "EndDateString": "sample string 16",
    "ValidFlag": true,
    "DateCreated": "2024-11-21T00:35:41.9775007-08:00",
    "DateUpdated": "2024-11-21T00:35:41.9775007-08:00",
    "UserIDCreated": 20,
    "UserIDUpdated": 21
  },
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfExamPriceCorporationDTOiHWKYZHo 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">2024-11-21T00:35:41.9775007-08:00</DateCreated>
    <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2024-11-21T00:35:41.9775007-08: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>2024-11-21T00:35:41.9775007-08: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>2024-11-21T00:35:41.9775007-08: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>2024-11-21T00:35:41.9775007-08:00</d2p1:StartDate>
    <d2p1:Status>6</d2p1:Status>
    <d2p1:Todaydate>2024-11-21T00:35:41.9775007-08:00</d2p1:Todaydate>
    <d2p1:Type>5</d2p1:Type>
    <d2p1:isPrice>true</d2p1:isPrice>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfExamPriceCorporationDTOiHWKYZHo>