POST api/OrderPrice/PostMultipleOrderPrice

Request Information

URI Parameters

None.

Body Parameters

OrderPriceDetailDTO
NameDescriptionTypeAdditional information
Price

decimal number

None.

Todaydate

date

None.

StartDate

date

None.

listOrderPrice

Collection of OrderPriceDTO

None.

Note

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Price": 1.0,
  "Todaydate": "2025-04-04T05:05:45.4728975-07:00",
  "StartDate": "2025-04-04T05:05:45.4728975-07:00",
  "listOrderPrice": [
    {
      "Id": 1,
      "OrderCategoryId": 2,
      "OrderCategoryTypeId": 3,
      "OrderCategorySubTypeId": 1,
      "Price": 1.0,
      "StartDate": "2025-04-04T05:05:45.4728975-07:00",
      "EndDate": "2025-04-04T05:05:45.4728975-07:00",
      "CategoryName": "sample string 4",
      "CategoryTypeName": "sample string 5",
      "CategorySubTypeName": "sample string 6",
      "Todaydate": "2025-04-04T05:05:45.4728975-07:00",
      "Status": 7,
      "CPTCode": "sample string 8",
      "TangAndCompanyCode": "sample string 9",
      "IsFutureRecord": true,
      "OrderId": 1,
      "SubTypeExist": true,
      "TPAName": "sample string 12",
      "OrderCategorySubTypeLevel1Id": 1,
      "TPAId": 1,
      "PriceValidFlag": true,
      "ItemCode": "sample string 13",
      "ItemId": 1,
      "OrderCategorySubTypeLevel2Id": 1,
      "ItemName": "sample string 14",
      "LookupItemCode": "sample string 15",
      "Note": "sample string 16",
      "CreatedUserFirstName": "sample string 17",
      "CreatedUserLastName": "sample string 18",
      "CreatedUser": "sample string 17 sample string 18",
      "CreatedDate": "2025-04-04T05:05:45.4728975-07:00",
      "LastModifiedUserFirstName": "sample string 19",
      "LastModifiedUseLastName": "sample string 20",
      "LastModifiedUser": "sample string 19 sample string 20",
      "LastModifiedDate": "2025-04-04T05:05:45.4728975-07:00",
      "ValidFlag": true,
      "DateCreated": "2025-04-04T05:05:45.4728975-07:00",
      "DateUpdated": "2025-04-04T05:05:45.4728975-07:00",
      "UserIDCreated": 24,
      "UserIDUpdated": 25
    },
    {
      "Id": 1,
      "OrderCategoryId": 2,
      "OrderCategoryTypeId": 3,
      "OrderCategorySubTypeId": 1,
      "Price": 1.0,
      "StartDate": "2025-04-04T05:05:45.4728975-07:00",
      "EndDate": "2025-04-04T05:05:45.4728975-07:00",
      "CategoryName": "sample string 4",
      "CategoryTypeName": "sample string 5",
      "CategorySubTypeName": "sample string 6",
      "Todaydate": "2025-04-04T05:05:45.4728975-07:00",
      "Status": 7,
      "CPTCode": "sample string 8",
      "TangAndCompanyCode": "sample string 9",
      "IsFutureRecord": true,
      "OrderId": 1,
      "SubTypeExist": true,
      "TPAName": "sample string 12",
      "OrderCategorySubTypeLevel1Id": 1,
      "TPAId": 1,
      "PriceValidFlag": true,
      "ItemCode": "sample string 13",
      "ItemId": 1,
      "OrderCategorySubTypeLevel2Id": 1,
      "ItemName": "sample string 14",
      "LookupItemCode": "sample string 15",
      "Note": "sample string 16",
      "CreatedUserFirstName": "sample string 17",
      "CreatedUserLastName": "sample string 18",
      "CreatedUser": "sample string 17 sample string 18",
      "CreatedDate": "2025-04-04T05:05:45.4728975-07:00",
      "LastModifiedUserFirstName": "sample string 19",
      "LastModifiedUseLastName": "sample string 20",
      "LastModifiedUser": "sample string 19 sample string 20",
      "LastModifiedDate": "2025-04-04T05:05:45.4728975-07:00",
      "ValidFlag": true,
      "DateCreated": "2025-04-04T05:05:45.4728975-07:00",
      "DateUpdated": "2025-04-04T05:05:45.4728975-07:00",
      "UserIDCreated": 24,
      "UserIDUpdated": 25
    }
  ],
  "Note": "sample string 1"
}

application/xml, text/xml

Sample:
<OrderPriceDetailDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.COSBilling">
  <Note>sample string 1</Note>
  <Price>1</Price>
  <StartDate>2025-04-04T05:05:45.4728975-07:00</StartDate>
  <Todaydate>2025-04-04T05:05:45.4728975-07:00</Todaydate>
  <listOrderPrice>
    <OrderPriceDTO>
      <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-04T05:05:45.4728975-07:00</DateCreated>
      <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-04T05:05:45.4728975-07:00</DateUpdated>
      <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">24</UserIDCreated>
      <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">25</UserIDUpdated>
      <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
      <CPTCode>sample string 8</CPTCode>
      <CategoryName>sample string 4</CategoryName>
      <CategorySubTypeName>sample string 6</CategorySubTypeName>
      <CategoryTypeName>sample string 5</CategoryTypeName>
      <CreatedDate>2025-04-04T05:05:45.4728975-07:00</CreatedDate>
      <CreatedUserFirstName>sample string 17</CreatedUserFirstName>
      <CreatedUserLastName>sample string 18</CreatedUserLastName>
      <EndDate>2025-04-04T05:05:45.4728975-07:00</EndDate>
      <Id>1</Id>
      <IsFutureRecord>true</IsFutureRecord>
      <ItemCode>sample string 13</ItemCode>
      <ItemId>1</ItemId>
      <ItemName>sample string 14</ItemName>
      <LastModifiedUseLastName>sample string 20</LastModifiedUseLastName>
      <LastModifiedUserFirstName>sample string 19</LastModifiedUserFirstName>
      <LookupItemCode>sample string 15</LookupItemCode>
      <Note>sample string 16</Note>
      <OrderCategoryId>2</OrderCategoryId>
      <OrderCategorySubTypeId>1</OrderCategorySubTypeId>
      <OrderCategorySubTypeLevel1Id>1</OrderCategorySubTypeLevel1Id>
      <OrderCategorySubTypeLevel2Id>1</OrderCategorySubTypeLevel2Id>
      <OrderCategoryTypeId>3</OrderCategoryTypeId>
      <OrderId>1</OrderId>
      <Price>1</Price>
      <PriceValidFlag>true</PriceValidFlag>
      <StartDate>2025-04-04T05:05:45.4728975-07:00</StartDate>
      <Status>7</Status>
      <SubTypeExist>true</SubTypeExist>
      <TPAId>1</TPAId>
      <TPAName>sample string 12</TPAName>
      <TangAndCompanyCode>sample string 9</TangAndCompanyCode>
      <Todaydate>2025-04-04T05:05:45.4728975-07:00</Todaydate>
    </OrderPriceDTO>
    <OrderPriceDTO>
      <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-04T05:05:45.4728975-07:00</DateCreated>
      <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-04T05:05:45.4728975-07:00</DateUpdated>
      <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">24</UserIDCreated>
      <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">25</UserIDUpdated>
      <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
      <CPTCode>sample string 8</CPTCode>
      <CategoryName>sample string 4</CategoryName>
      <CategorySubTypeName>sample string 6</CategorySubTypeName>
      <CategoryTypeName>sample string 5</CategoryTypeName>
      <CreatedDate>2025-04-04T05:05:45.4728975-07:00</CreatedDate>
      <CreatedUserFirstName>sample string 17</CreatedUserFirstName>
      <CreatedUserLastName>sample string 18</CreatedUserLastName>
      <EndDate>2025-04-04T05:05:45.4728975-07:00</EndDate>
      <Id>1</Id>
      <IsFutureRecord>true</IsFutureRecord>
      <ItemCode>sample string 13</ItemCode>
      <ItemId>1</ItemId>
      <ItemName>sample string 14</ItemName>
      <LastModifiedUseLastName>sample string 20</LastModifiedUseLastName>
      <LastModifiedUserFirstName>sample string 19</LastModifiedUserFirstName>
      <LookupItemCode>sample string 15</LookupItemCode>
      <Note>sample string 16</Note>
      <OrderCategoryId>2</OrderCategoryId>
      <OrderCategorySubTypeId>1</OrderCategorySubTypeId>
      <OrderCategorySubTypeLevel1Id>1</OrderCategorySubTypeLevel1Id>
      <OrderCategorySubTypeLevel2Id>1</OrderCategorySubTypeLevel2Id>
      <OrderCategoryTypeId>3</OrderCategoryTypeId>
      <OrderId>1</OrderId>
      <Price>1</Price>
      <PriceValidFlag>true</PriceValidFlag>
      <StartDate>2025-04-04T05:05:45.4728975-07:00</StartDate>
      <Status>7</Status>
      <SubTypeExist>true</SubTypeExist>
      <TPAId>1</TPAId>
      <TPAName>sample string 12</TPAName>
      <TangAndCompanyCode>sample string 9</TangAndCompanyCode>
      <Todaydate>2025-04-04T05:05:45.4728975-07:00</Todaydate>
    </OrderPriceDTO>
  </listOrderPrice>
</OrderPriceDetailDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfOrderPriceDetailDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

OrderPriceDetailDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": {
    "Price": 1.0,
    "Todaydate": "2025-04-04T05:05:45.9634927-07:00",
    "StartDate": "2025-04-04T05:05:45.9634927-07:00",
    "listOrderPrice": [
      {
        "Id": 1,
        "OrderCategoryId": 2,
        "OrderCategoryTypeId": 3,
        "OrderCategorySubTypeId": 1,
        "Price": 1.0,
        "StartDate": "2025-04-04T05:05:45.9634927-07:00",
        "EndDate": "2025-04-04T05:05:45.9634927-07:00",
        "CategoryName": "sample string 4",
        "CategoryTypeName": "sample string 5",
        "CategorySubTypeName": "sample string 6",
        "Todaydate": "2025-04-04T05:05:45.9634927-07:00",
        "Status": 7,
        "CPTCode": "sample string 8",
        "TangAndCompanyCode": "sample string 9",
        "IsFutureRecord": true,
        "OrderId": 1,
        "SubTypeExist": true,
        "TPAName": "sample string 12",
        "OrderCategorySubTypeLevel1Id": 1,
        "TPAId": 1,
        "PriceValidFlag": true,
        "ItemCode": "sample string 13",
        "ItemId": 1,
        "OrderCategorySubTypeLevel2Id": 1,
        "ItemName": "sample string 14",
        "LookupItemCode": "sample string 15",
        "Note": "sample string 16",
        "CreatedUserFirstName": "sample string 17",
        "CreatedUserLastName": "sample string 18",
        "CreatedUser": "sample string 17 sample string 18",
        "CreatedDate": "2025-04-04T05:05:45.9634927-07:00",
        "LastModifiedUserFirstName": "sample string 19",
        "LastModifiedUseLastName": "sample string 20",
        "LastModifiedUser": "sample string 19 sample string 20",
        "LastModifiedDate": "2025-04-04T05:05:45.9634927-07:00",
        "ValidFlag": true,
        "DateCreated": "2025-04-04T05:05:45.9634927-07:00",
        "DateUpdated": "2025-04-04T05:05:45.9634927-07:00",
        "UserIDCreated": 24,
        "UserIDUpdated": 25
      },
      {
        "Id": 1,
        "OrderCategoryId": 2,
        "OrderCategoryTypeId": 3,
        "OrderCategorySubTypeId": 1,
        "Price": 1.0,
        "StartDate": "2025-04-04T05:05:45.9634927-07:00",
        "EndDate": "2025-04-04T05:05:45.9634927-07:00",
        "CategoryName": "sample string 4",
        "CategoryTypeName": "sample string 5",
        "CategorySubTypeName": "sample string 6",
        "Todaydate": "2025-04-04T05:05:45.9634927-07:00",
        "Status": 7,
        "CPTCode": "sample string 8",
        "TangAndCompanyCode": "sample string 9",
        "IsFutureRecord": true,
        "OrderId": 1,
        "SubTypeExist": true,
        "TPAName": "sample string 12",
        "OrderCategorySubTypeLevel1Id": 1,
        "TPAId": 1,
        "PriceValidFlag": true,
        "ItemCode": "sample string 13",
        "ItemId": 1,
        "OrderCategorySubTypeLevel2Id": 1,
        "ItemName": "sample string 14",
        "LookupItemCode": "sample string 15",
        "Note": "sample string 16",
        "CreatedUserFirstName": "sample string 17",
        "CreatedUserLastName": "sample string 18",
        "CreatedUser": "sample string 17 sample string 18",
        "CreatedDate": "2025-04-04T05:05:45.9634927-07:00",
        "LastModifiedUserFirstName": "sample string 19",
        "LastModifiedUseLastName": "sample string 20",
        "LastModifiedUser": "sample string 19 sample string 20",
        "LastModifiedDate": "2025-04-04T05:05:45.9634927-07:00",
        "ValidFlag": true,
        "DateCreated": "2025-04-04T05:05:45.9634927-07:00",
        "DateUpdated": "2025-04-04T05:05:45.9634927-07:00",
        "UserIDCreated": 24,
        "UserIDUpdated": 25
      }
    ],
    "Note": "sample string 1"
  },
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfOrderPriceDetailDTOiHWKYZHo 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">
    <d2p1:Note>sample string 1</d2p1:Note>
    <d2p1:Price>1</d2p1:Price>
    <d2p1:StartDate>2025-04-04T05:05:45.9634927-07:00</d2p1:StartDate>
    <d2p1:Todaydate>2025-04-04T05:05:45.9634927-07:00</d2p1:Todaydate>
    <d2p1:listOrderPrice>
      <d2p1:OrderPriceDTO>
        <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-04T05:05:45.9634927-07:00</DateCreated>
        <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-04T05:05:45.9634927-07:00</DateUpdated>
        <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">24</UserIDCreated>
        <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">25</UserIDUpdated>
        <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
        <d2p1:CPTCode>sample string 8</d2p1:CPTCode>
        <d2p1:CategoryName>sample string 4</d2p1:CategoryName>
        <d2p1:CategorySubTypeName>sample string 6</d2p1:CategorySubTypeName>
        <d2p1:CategoryTypeName>sample string 5</d2p1:CategoryTypeName>
        <d2p1:CreatedDate>2025-04-04T05:05:45.9634927-07:00</d2p1:CreatedDate>
        <d2p1:CreatedUserFirstName>sample string 17</d2p1:CreatedUserFirstName>
        <d2p1:CreatedUserLastName>sample string 18</d2p1:CreatedUserLastName>
        <d2p1:EndDate>2025-04-04T05:05:45.9634927-07:00</d2p1:EndDate>
        <d2p1:Id>1</d2p1:Id>
        <d2p1:IsFutureRecord>true</d2p1:IsFutureRecord>
        <d2p1:ItemCode>sample string 13</d2p1:ItemCode>
        <d2p1:ItemId>1</d2p1:ItemId>
        <d2p1:ItemName>sample string 14</d2p1:ItemName>
        <d2p1:LastModifiedUseLastName>sample string 20</d2p1:LastModifiedUseLastName>
        <d2p1:LastModifiedUserFirstName>sample string 19</d2p1:LastModifiedUserFirstName>
        <d2p1:LookupItemCode>sample string 15</d2p1:LookupItemCode>
        <d2p1:Note>sample string 16</d2p1:Note>
        <d2p1:OrderCategoryId>2</d2p1:OrderCategoryId>
        <d2p1:OrderCategorySubTypeId>1</d2p1:OrderCategorySubTypeId>
        <d2p1:OrderCategorySubTypeLevel1Id>1</d2p1:OrderCategorySubTypeLevel1Id>
        <d2p1:OrderCategorySubTypeLevel2Id>1</d2p1:OrderCategorySubTypeLevel2Id>
        <d2p1:OrderCategoryTypeId>3</d2p1:OrderCategoryTypeId>
        <d2p1:OrderId>1</d2p1:OrderId>
        <d2p1:Price>1</d2p1:Price>
        <d2p1:PriceValidFlag>true</d2p1:PriceValidFlag>
        <d2p1:StartDate>2025-04-04T05:05:45.9634927-07:00</d2p1:StartDate>
        <d2p1:Status>7</d2p1:Status>
        <d2p1:SubTypeExist>true</d2p1:SubTypeExist>
        <d2p1:TPAId>1</d2p1:TPAId>
        <d2p1:TPAName>sample string 12</d2p1:TPAName>
        <d2p1:TangAndCompanyCode>sample string 9</d2p1:TangAndCompanyCode>
        <d2p1:Todaydate>2025-04-04T05:05:45.9634927-07:00</d2p1:Todaydate>
      </d2p1:OrderPriceDTO>
      <d2p1:OrderPriceDTO>
        <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-04T05:05:45.9634927-07:00</DateCreated>
        <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-04T05:05:45.9634927-07:00</DateUpdated>
        <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">24</UserIDCreated>
        <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">25</UserIDUpdated>
        <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
        <d2p1:CPTCode>sample string 8</d2p1:CPTCode>
        <d2p1:CategoryName>sample string 4</d2p1:CategoryName>
        <d2p1:CategorySubTypeName>sample string 6</d2p1:CategorySubTypeName>
        <d2p1:CategoryTypeName>sample string 5</d2p1:CategoryTypeName>
        <d2p1:CreatedDate>2025-04-04T05:05:45.9634927-07:00</d2p1:CreatedDate>
        <d2p1:CreatedUserFirstName>sample string 17</d2p1:CreatedUserFirstName>
        <d2p1:CreatedUserLastName>sample string 18</d2p1:CreatedUserLastName>
        <d2p1:EndDate>2025-04-04T05:05:45.9634927-07:00</d2p1:EndDate>
        <d2p1:Id>1</d2p1:Id>
        <d2p1:IsFutureRecord>true</d2p1:IsFutureRecord>
        <d2p1:ItemCode>sample string 13</d2p1:ItemCode>
        <d2p1:ItemId>1</d2p1:ItemId>
        <d2p1:ItemName>sample string 14</d2p1:ItemName>
        <d2p1:LastModifiedUseLastName>sample string 20</d2p1:LastModifiedUseLastName>
        <d2p1:LastModifiedUserFirstName>sample string 19</d2p1:LastModifiedUserFirstName>
        <d2p1:LookupItemCode>sample string 15</d2p1:LookupItemCode>
        <d2p1:Note>sample string 16</d2p1:Note>
        <d2p1:OrderCategoryId>2</d2p1:OrderCategoryId>
        <d2p1:OrderCategorySubTypeId>1</d2p1:OrderCategorySubTypeId>
        <d2p1:OrderCategorySubTypeLevel1Id>1</d2p1:OrderCategorySubTypeLevel1Id>
        <d2p1:OrderCategorySubTypeLevel2Id>1</d2p1:OrderCategorySubTypeLevel2Id>
        <d2p1:OrderCategoryTypeId>3</d2p1:OrderCategoryTypeId>
        <d2p1:OrderId>1</d2p1:OrderId>
        <d2p1:Price>1</d2p1:Price>
        <d2p1:PriceValidFlag>true</d2p1:PriceValidFlag>
        <d2p1:StartDate>2025-04-04T05:05:45.9634927-07:00</d2p1:StartDate>
        <d2p1:Status>7</d2p1:Status>
        <d2p1:SubTypeExist>true</d2p1:SubTypeExist>
        <d2p1:TPAId>1</d2p1:TPAId>
        <d2p1:TPAName>sample string 12</d2p1:TPAName>
        <d2p1:TangAndCompanyCode>sample string 9</d2p1:TangAndCompanyCode>
        <d2p1:Todaydate>2025-04-04T05:05:45.9634927-07:00</d2p1:Todaydate>
      </d2p1:OrderPriceDTO>
    </d2p1:listOrderPrice>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfOrderPriceDetailDTOiHWKYZHo>