POST api/NTCosCompany/PostMultipleOrderCorporationPrice

Request Information

URI Parameters

None.

Body Parameters

OrderPriceCorporationDetailDTO
NameDescriptionTypeAdditional information
AdjustmentType

integer

None.

Adjustment

decimal number

None.

Todaydate

date

None.

StartDate

date

None.

listOrderPriceCorporation

Collection of OrderPriceCorporationDTO

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-04T05:46:37.8989271-07:00",
  "StartDate": "2025-04-04T05:46:37.9084374-07:00",
  "listOrderPriceCorporation": [
    {
      "Id": 1,
      "CorporationCode": "sample string 2",
      "OrderCategoryId": 3,
      "OrderCategoryTypeId": 4,
      "OrderCategorySubTypeId": 1,
      "Price": 1.0,
      "StartDate": "2025-04-04T05:46:37.9084374-07:00",
      "EndDate": "2025-04-04T05:46:37.9084374-07:00",
      "CategoryName": "sample string 5",
      "CategoryTypeName": "sample string 6",
      "CategorySubTypeName": "sample string 7",
      "Todaydate": "2025-04-04T05:46:37.9084374-07:00",
      "Status": 8,
      "CPTCode": "sample string 9",
      "TangAndCompanyCode": "sample string 10",
      "ExamId": "sample string 11",
      "EntityId": 1,
      "EntityType": 12,
      "CareOnSiteLocationId": 1,
      "AdjustmentType": 1,
      "Adjustment": 1.0,
      "FinalPrice": 1.0,
      "IsFutureRecord": true,
      "CorporationOrderPriceId": 1,
      "Type": 14,
      "CareOnSiteLocationIdExist": true,
      "SubTypeExist": true,
      "TPAName": "sample string 17",
      "OrderCategorySubTypeLevel1Id": 1,
      "TPAId": 1,
      "ItemCode": "sample string 18",
      "ItemId": 1,
      "OrderCategorySubTypeLevel2Id": 1,
      "ItemName": "sample string 19",
      "Note": "sample string 20",
      "CreatedUserFirstName": "sample string 21",
      "CreatedUserLastName": "sample string 22",
      "CreatedUser": "sample string 21 sample string 22",
      "CreatedDate": "2025-04-04T05:46:37.9118196-07:00",
      "LastModifiedUserFirstName": "sample string 23",
      "LastModifiedUseLastName": "sample string 24",
      "LastModifiedUser": "sample string 23 sample string 24",
      "LastModifiedDate": "2025-04-04T05:46:37.9118196-07:00",
      "CreatedDateString": "sample string 25",
      "ModifiedDate": "sample string 26",
      "EndDateString": "sample string 27",
      "IsHqPrice": true,
      "ValidFlag": true,
      "DateCreated": "2025-04-04T05:46:37.9118196-07:00",
      "DateUpdated": "2025-04-04T05:46:37.9118196-07:00",
      "UserIDCreated": 32,
      "UserIDUpdated": 33
    },
    {
      "Id": 1,
      "CorporationCode": "sample string 2",
      "OrderCategoryId": 3,
      "OrderCategoryTypeId": 4,
      "OrderCategorySubTypeId": 1,
      "Price": 1.0,
      "StartDate": "2025-04-04T05:46:37.9084374-07:00",
      "EndDate": "2025-04-04T05:46:37.9084374-07:00",
      "CategoryName": "sample string 5",
      "CategoryTypeName": "sample string 6",
      "CategorySubTypeName": "sample string 7",
      "Todaydate": "2025-04-04T05:46:37.9084374-07:00",
      "Status": 8,
      "CPTCode": "sample string 9",
      "TangAndCompanyCode": "sample string 10",
      "ExamId": "sample string 11",
      "EntityId": 1,
      "EntityType": 12,
      "CareOnSiteLocationId": 1,
      "AdjustmentType": 1,
      "Adjustment": 1.0,
      "FinalPrice": 1.0,
      "IsFutureRecord": true,
      "CorporationOrderPriceId": 1,
      "Type": 14,
      "CareOnSiteLocationIdExist": true,
      "SubTypeExist": true,
      "TPAName": "sample string 17",
      "OrderCategorySubTypeLevel1Id": 1,
      "TPAId": 1,
      "ItemCode": "sample string 18",
      "ItemId": 1,
      "OrderCategorySubTypeLevel2Id": 1,
      "ItemName": "sample string 19",
      "Note": "sample string 20",
      "CreatedUserFirstName": "sample string 21",
      "CreatedUserLastName": "sample string 22",
      "CreatedUser": "sample string 21 sample string 22",
      "CreatedDate": "2025-04-04T05:46:37.9118196-07:00",
      "LastModifiedUserFirstName": "sample string 23",
      "LastModifiedUseLastName": "sample string 24",
      "LastModifiedUser": "sample string 23 sample string 24",
      "LastModifiedDate": "2025-04-04T05:46:37.9118196-07:00",
      "CreatedDateString": "sample string 25",
      "ModifiedDate": "sample string 26",
      "EndDateString": "sample string 27",
      "IsHqPrice": true,
      "ValidFlag": true,
      "DateCreated": "2025-04-04T05:46:37.9118196-07:00",
      "DateUpdated": "2025-04-04T05:46:37.9118196-07:00",
      "UserIDCreated": 32,
      "UserIDUpdated": 33
    }
  ],
  "Note": "sample string 1",
  "ValidFlag": true,
  "DateCreated": "2025-04-04T05:46:37.9118196-07:00",
  "DateUpdated": "2025-04-04T05:46:37.9118196-07:00",
  "UserIDCreated": 5,
  "UserIDUpdated": 6
}

application/xml, text/xml

Sample:
<OrderPriceCorporationDetailDTO 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-04T05:46:37.9118196-07:00</DateCreated>
  <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-04T05:46:37.9118196-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-04T05:46:37.9084374-07:00</StartDate>
  <Todaydate>2025-04-04T05:46:37.8989271-07:00</Todaydate>
  <listOrderPriceCorporation>
    <OrderPriceCorporationDTO>
      <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-04T05:46:37.9118196-07:00</DateCreated>
      <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-04T05:46:37.9118196-07:00</DateUpdated>
      <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">32</UserIDCreated>
      <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">33</UserIDUpdated>
      <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
      <Adjustment>1</Adjustment>
      <AdjustmentType>1</AdjustmentType>
      <CPTCode>sample string 9</CPTCode>
      <CareOnSiteLocationId>1</CareOnSiteLocationId>
      <CareOnSiteLocationIdExist>true</CareOnSiteLocationIdExist>
      <CategoryName>sample string 5</CategoryName>
      <CategorySubTypeName>sample string 7</CategorySubTypeName>
      <CategoryTypeName>sample string 6</CategoryTypeName>
      <CorporationCode>sample string 2</CorporationCode>
      <CorporationOrderPriceId>1</CorporationOrderPriceId>
      <CreatedDate>2025-04-04T05:46:37.9118196-07:00</CreatedDate>
      <CreatedDateString>sample string 25</CreatedDateString>
      <CreatedUserFirstName>sample string 21</CreatedUserFirstName>
      <CreatedUserLastName>sample string 22</CreatedUserLastName>
      <EndDate>2025-04-04T05:46:37.9084374-07:00</EndDate>
      <EndDateString>sample string 27</EndDateString>
      <EntityId>1</EntityId>
      <EntityType>12</EntityType>
      <ExamId>sample string 11</ExamId>
      <FinalPrice>1</FinalPrice>
      <Id>1</Id>
      <IsFutureRecord>true</IsFutureRecord>
      <IsHqPrice>true</IsHqPrice>
      <ItemCode>sample string 18</ItemCode>
      <ItemId>1</ItemId>
      <ItemName>sample string 19</ItemName>
      <LastModifiedUseLastName>sample string 24</LastModifiedUseLastName>
      <LastModifiedUserFirstName>sample string 23</LastModifiedUserFirstName>
      <ModifiedDate>sample string 26</ModifiedDate>
      <Note>sample string 20</Note>
      <OrderCategoryId>3</OrderCategoryId>
      <OrderCategorySubTypeId>1</OrderCategorySubTypeId>
      <OrderCategorySubTypeLevel1Id>1</OrderCategorySubTypeLevel1Id>
      <OrderCategorySubTypeLevel2Id>1</OrderCategorySubTypeLevel2Id>
      <OrderCategoryTypeId>4</OrderCategoryTypeId>
      <Price>1</Price>
      <StartDate>2025-04-04T05:46:37.9084374-07:00</StartDate>
      <Status>8</Status>
      <SubTypeExist>true</SubTypeExist>
      <TPAId>1</TPAId>
      <TPAName>sample string 17</TPAName>
      <TangAndCompanyCode>sample string 10</TangAndCompanyCode>
      <Todaydate>2025-04-04T05:46:37.9084374-07:00</Todaydate>
      <Type>14</Type>
    </OrderPriceCorporationDTO>
    <OrderPriceCorporationDTO>
      <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-04T05:46:37.9118196-07:00</DateCreated>
      <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-04T05:46:37.9118196-07:00</DateUpdated>
      <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">32</UserIDCreated>
      <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">33</UserIDUpdated>
      <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
      <Adjustment>1</Adjustment>
      <AdjustmentType>1</AdjustmentType>
      <CPTCode>sample string 9</CPTCode>
      <CareOnSiteLocationId>1</CareOnSiteLocationId>
      <CareOnSiteLocationIdExist>true</CareOnSiteLocationIdExist>
      <CategoryName>sample string 5</CategoryName>
      <CategorySubTypeName>sample string 7</CategorySubTypeName>
      <CategoryTypeName>sample string 6</CategoryTypeName>
      <CorporationCode>sample string 2</CorporationCode>
      <CorporationOrderPriceId>1</CorporationOrderPriceId>
      <CreatedDate>2025-04-04T05:46:37.9118196-07:00</CreatedDate>
      <CreatedDateString>sample string 25</CreatedDateString>
      <CreatedUserFirstName>sample string 21</CreatedUserFirstName>
      <CreatedUserLastName>sample string 22</CreatedUserLastName>
      <EndDate>2025-04-04T05:46:37.9084374-07:00</EndDate>
      <EndDateString>sample string 27</EndDateString>
      <EntityId>1</EntityId>
      <EntityType>12</EntityType>
      <ExamId>sample string 11</ExamId>
      <FinalPrice>1</FinalPrice>
      <Id>1</Id>
      <IsFutureRecord>true</IsFutureRecord>
      <IsHqPrice>true</IsHqPrice>
      <ItemCode>sample string 18</ItemCode>
      <ItemId>1</ItemId>
      <ItemName>sample string 19</ItemName>
      <LastModifiedUseLastName>sample string 24</LastModifiedUseLastName>
      <LastModifiedUserFirstName>sample string 23</LastModifiedUserFirstName>
      <ModifiedDate>sample string 26</ModifiedDate>
      <Note>sample string 20</Note>
      <OrderCategoryId>3</OrderCategoryId>
      <OrderCategorySubTypeId>1</OrderCategorySubTypeId>
      <OrderCategorySubTypeLevel1Id>1</OrderCategorySubTypeLevel1Id>
      <OrderCategorySubTypeLevel2Id>1</OrderCategorySubTypeLevel2Id>
      <OrderCategoryTypeId>4</OrderCategoryTypeId>
      <Price>1</Price>
      <StartDate>2025-04-04T05:46:37.9084374-07:00</StartDate>
      <Status>8</Status>
      <SubTypeExist>true</SubTypeExist>
      <TPAId>1</TPAId>
      <TPAName>sample string 17</TPAName>
      <TangAndCompanyCode>sample string 10</TangAndCompanyCode>
      <Todaydate>2025-04-04T05:46:37.9084374-07:00</Todaydate>
      <Type>14</Type>
    </OrderPriceCorporationDTO>
  </listOrderPriceCorporation>
</OrderPriceCorporationDetailDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfOrderPriceCorporationDetailDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

OrderPriceCorporationDetailDTO

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-04T05:46:37.9761347-07:00",
    "StartDate": "2025-04-04T05:46:37.9761347-07:00",
    "listOrderPriceCorporation": [
      {
        "Id": 1,
        "CorporationCode": "sample string 2",
        "OrderCategoryId": 3,
        "OrderCategoryTypeId": 4,
        "OrderCategorySubTypeId": 1,
        "Price": 1.0,
        "StartDate": "2025-04-04T05:46:37.9761347-07:00",
        "EndDate": "2025-04-04T05:46:37.9761347-07:00",
        "CategoryName": "sample string 5",
        "CategoryTypeName": "sample string 6",
        "CategorySubTypeName": "sample string 7",
        "Todaydate": "2025-04-04T05:46:37.9761347-07:00",
        "Status": 8,
        "CPTCode": "sample string 9",
        "TangAndCompanyCode": "sample string 10",
        "ExamId": "sample string 11",
        "EntityId": 1,
        "EntityType": 12,
        "CareOnSiteLocationId": 1,
        "AdjustmentType": 1,
        "Adjustment": 1.0,
        "FinalPrice": 1.0,
        "IsFutureRecord": true,
        "CorporationOrderPriceId": 1,
        "Type": 14,
        "CareOnSiteLocationIdExist": true,
        "SubTypeExist": true,
        "TPAName": "sample string 17",
        "OrderCategorySubTypeLevel1Id": 1,
        "TPAId": 1,
        "ItemCode": "sample string 18",
        "ItemId": 1,
        "OrderCategorySubTypeLevel2Id": 1,
        "ItemName": "sample string 19",
        "Note": "sample string 20",
        "CreatedUserFirstName": "sample string 21",
        "CreatedUserLastName": "sample string 22",
        "CreatedUser": "sample string 21 sample string 22",
        "CreatedDate": "2025-04-04T05:46:37.9761347-07:00",
        "LastModifiedUserFirstName": "sample string 23",
        "LastModifiedUseLastName": "sample string 24",
        "LastModifiedUser": "sample string 23 sample string 24",
        "LastModifiedDate": "2025-04-04T05:46:37.9761347-07:00",
        "CreatedDateString": "sample string 25",
        "ModifiedDate": "sample string 26",
        "EndDateString": "sample string 27",
        "IsHqPrice": true,
        "ValidFlag": true,
        "DateCreated": "2025-04-04T05:46:37.9761347-07:00",
        "DateUpdated": "2025-04-04T05:46:37.9761347-07:00",
        "UserIDCreated": 32,
        "UserIDUpdated": 33
      },
      {
        "Id": 1,
        "CorporationCode": "sample string 2",
        "OrderCategoryId": 3,
        "OrderCategoryTypeId": 4,
        "OrderCategorySubTypeId": 1,
        "Price": 1.0,
        "StartDate": "2025-04-04T05:46:37.9761347-07:00",
        "EndDate": "2025-04-04T05:46:37.9761347-07:00",
        "CategoryName": "sample string 5",
        "CategoryTypeName": "sample string 6",
        "CategorySubTypeName": "sample string 7",
        "Todaydate": "2025-04-04T05:46:37.9761347-07:00",
        "Status": 8,
        "CPTCode": "sample string 9",
        "TangAndCompanyCode": "sample string 10",
        "ExamId": "sample string 11",
        "EntityId": 1,
        "EntityType": 12,
        "CareOnSiteLocationId": 1,
        "AdjustmentType": 1,
        "Adjustment": 1.0,
        "FinalPrice": 1.0,
        "IsFutureRecord": true,
        "CorporationOrderPriceId": 1,
        "Type": 14,
        "CareOnSiteLocationIdExist": true,
        "SubTypeExist": true,
        "TPAName": "sample string 17",
        "OrderCategorySubTypeLevel1Id": 1,
        "TPAId": 1,
        "ItemCode": "sample string 18",
        "ItemId": 1,
        "OrderCategorySubTypeLevel2Id": 1,
        "ItemName": "sample string 19",
        "Note": "sample string 20",
        "CreatedUserFirstName": "sample string 21",
        "CreatedUserLastName": "sample string 22",
        "CreatedUser": "sample string 21 sample string 22",
        "CreatedDate": "2025-04-04T05:46:37.9761347-07:00",
        "LastModifiedUserFirstName": "sample string 23",
        "LastModifiedUseLastName": "sample string 24",
        "LastModifiedUser": "sample string 23 sample string 24",
        "LastModifiedDate": "2025-04-04T05:46:37.9761347-07:00",
        "CreatedDateString": "sample string 25",
        "ModifiedDate": "sample string 26",
        "EndDateString": "sample string 27",
        "IsHqPrice": true,
        "ValidFlag": true,
        "DateCreated": "2025-04-04T05:46:37.9761347-07:00",
        "DateUpdated": "2025-04-04T05:46:37.9761347-07:00",
        "UserIDCreated": 32,
        "UserIDUpdated": 33
      }
    ],
    "Note": "sample string 1",
    "ValidFlag": true,
    "DateCreated": "2025-04-04T05:46:37.9761347-07:00",
    "DateUpdated": "2025-04-04T05:46:37.9761347-07:00",
    "UserIDCreated": 5,
    "UserIDUpdated": 6
  },
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfOrderPriceCorporationDetailDTOiHWKYZHo 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-04T05:46:37.9761347-07:00</DateCreated>
    <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-04T05:46:37.9761347-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-04T05:46:37.9761347-07:00</d2p1:StartDate>
    <d2p1:Todaydate>2025-04-04T05:46:37.9761347-07:00</d2p1:Todaydate>
    <d2p1:listOrderPriceCorporation>
      <d2p1:OrderPriceCorporationDTO>
        <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-04T05:46:37.9761347-07:00</DateCreated>
        <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-04T05:46:37.9761347-07:00</DateUpdated>
        <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">32</UserIDCreated>
        <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">33</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:CPTCode>sample string 9</d2p1:CPTCode>
        <d2p1:CareOnSiteLocationId>1</d2p1:CareOnSiteLocationId>
        <d2p1:CareOnSiteLocationIdExist>true</d2p1:CareOnSiteLocationIdExist>
        <d2p1:CategoryName>sample string 5</d2p1:CategoryName>
        <d2p1:CategorySubTypeName>sample string 7</d2p1:CategorySubTypeName>
        <d2p1:CategoryTypeName>sample string 6</d2p1:CategoryTypeName>
        <d2p1:CorporationCode>sample string 2</d2p1:CorporationCode>
        <d2p1:CorporationOrderPriceId>1</d2p1:CorporationOrderPriceId>
        <d2p1:CreatedDate>2025-04-04T05:46:37.9761347-07:00</d2p1:CreatedDate>
        <d2p1:CreatedDateString>sample string 25</d2p1:CreatedDateString>
        <d2p1:CreatedUserFirstName>sample string 21</d2p1:CreatedUserFirstName>
        <d2p1:CreatedUserLastName>sample string 22</d2p1:CreatedUserLastName>
        <d2p1:EndDate>2025-04-04T05:46:37.9761347-07:00</d2p1:EndDate>
        <d2p1:EndDateString>sample string 27</d2p1:EndDateString>
        <d2p1:EntityId>1</d2p1:EntityId>
        <d2p1:EntityType>12</d2p1:EntityType>
        <d2p1:ExamId>sample string 11</d2p1:ExamId>
        <d2p1:FinalPrice>1</d2p1:FinalPrice>
        <d2p1:Id>1</d2p1:Id>
        <d2p1:IsFutureRecord>true</d2p1:IsFutureRecord>
        <d2p1:IsHqPrice>true</d2p1:IsHqPrice>
        <d2p1:ItemCode>sample string 18</d2p1:ItemCode>
        <d2p1:ItemId>1</d2p1:ItemId>
        <d2p1:ItemName>sample string 19</d2p1:ItemName>
        <d2p1:LastModifiedUseLastName>sample string 24</d2p1:LastModifiedUseLastName>
        <d2p1:LastModifiedUserFirstName>sample string 23</d2p1:LastModifiedUserFirstName>
        <d2p1:ModifiedDate>sample string 26</d2p1:ModifiedDate>
        <d2p1:Note>sample string 20</d2p1:Note>
        <d2p1:OrderCategoryId>3</d2p1:OrderCategoryId>
        <d2p1:OrderCategorySubTypeId>1</d2p1:OrderCategorySubTypeId>
        <d2p1:OrderCategorySubTypeLevel1Id>1</d2p1:OrderCategorySubTypeLevel1Id>
        <d2p1:OrderCategorySubTypeLevel2Id>1</d2p1:OrderCategorySubTypeLevel2Id>
        <d2p1:OrderCategoryTypeId>4</d2p1:OrderCategoryTypeId>
        <d2p1:Price>1</d2p1:Price>
        <d2p1:StartDate>2025-04-04T05:46:37.9761347-07:00</d2p1:StartDate>
        <d2p1:Status>8</d2p1:Status>
        <d2p1:SubTypeExist>true</d2p1:SubTypeExist>
        <d2p1:TPAId>1</d2p1:TPAId>
        <d2p1:TPAName>sample string 17</d2p1:TPAName>
        <d2p1:TangAndCompanyCode>sample string 10</d2p1:TangAndCompanyCode>
        <d2p1:Todaydate>2025-04-04T05:46:37.9761347-07:00</d2p1:Todaydate>
        <d2p1:Type>14</d2p1:Type>
      </d2p1:OrderPriceCorporationDTO>
      <d2p1:OrderPriceCorporationDTO>
        <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-04T05:46:37.9761347-07:00</DateCreated>
        <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-04T05:46:37.9761347-07:00</DateUpdated>
        <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">32</UserIDCreated>
        <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">33</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:CPTCode>sample string 9</d2p1:CPTCode>
        <d2p1:CareOnSiteLocationId>1</d2p1:CareOnSiteLocationId>
        <d2p1:CareOnSiteLocationIdExist>true</d2p1:CareOnSiteLocationIdExist>
        <d2p1:CategoryName>sample string 5</d2p1:CategoryName>
        <d2p1:CategorySubTypeName>sample string 7</d2p1:CategorySubTypeName>
        <d2p1:CategoryTypeName>sample string 6</d2p1:CategoryTypeName>
        <d2p1:CorporationCode>sample string 2</d2p1:CorporationCode>
        <d2p1:CorporationOrderPriceId>1</d2p1:CorporationOrderPriceId>
        <d2p1:CreatedDate>2025-04-04T05:46:37.9761347-07:00</d2p1:CreatedDate>
        <d2p1:CreatedDateString>sample string 25</d2p1:CreatedDateString>
        <d2p1:CreatedUserFirstName>sample string 21</d2p1:CreatedUserFirstName>
        <d2p1:CreatedUserLastName>sample string 22</d2p1:CreatedUserLastName>
        <d2p1:EndDate>2025-04-04T05:46:37.9761347-07:00</d2p1:EndDate>
        <d2p1:EndDateString>sample string 27</d2p1:EndDateString>
        <d2p1:EntityId>1</d2p1:EntityId>
        <d2p1:EntityType>12</d2p1:EntityType>
        <d2p1:ExamId>sample string 11</d2p1:ExamId>
        <d2p1:FinalPrice>1</d2p1:FinalPrice>
        <d2p1:Id>1</d2p1:Id>
        <d2p1:IsFutureRecord>true</d2p1:IsFutureRecord>
        <d2p1:IsHqPrice>true</d2p1:IsHqPrice>
        <d2p1:ItemCode>sample string 18</d2p1:ItemCode>
        <d2p1:ItemId>1</d2p1:ItemId>
        <d2p1:ItemName>sample string 19</d2p1:ItemName>
        <d2p1:LastModifiedUseLastName>sample string 24</d2p1:LastModifiedUseLastName>
        <d2p1:LastModifiedUserFirstName>sample string 23</d2p1:LastModifiedUserFirstName>
        <d2p1:ModifiedDate>sample string 26</d2p1:ModifiedDate>
        <d2p1:Note>sample string 20</d2p1:Note>
        <d2p1:OrderCategoryId>3</d2p1:OrderCategoryId>
        <d2p1:OrderCategorySubTypeId>1</d2p1:OrderCategorySubTypeId>
        <d2p1:OrderCategorySubTypeLevel1Id>1</d2p1:OrderCategorySubTypeLevel1Id>
        <d2p1:OrderCategorySubTypeLevel2Id>1</d2p1:OrderCategorySubTypeLevel2Id>
        <d2p1:OrderCategoryTypeId>4</d2p1:OrderCategoryTypeId>
        <d2p1:Price>1</d2p1:Price>
        <d2p1:StartDate>2025-04-04T05:46:37.9761347-07:00</d2p1:StartDate>
        <d2p1:Status>8</d2p1:Status>
        <d2p1:SubTypeExist>true</d2p1:SubTypeExist>
        <d2p1:TPAId>1</d2p1:TPAId>
        <d2p1:TPAName>sample string 17</d2p1:TPAName>
        <d2p1:TangAndCompanyCode>sample string 10</d2p1:TangAndCompanyCode>
        <d2p1:Todaydate>2025-04-04T05:46:37.9761347-07:00</d2p1:Todaydate>
        <d2p1:Type>14</d2p1:Type>
      </d2p1:OrderPriceCorporationDTO>
    </d2p1:listOrderPriceCorporation>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfOrderPriceCorporationDetailDTOiHWKYZHo>