POST api/TransactionHeads

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
paramList
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {},
  {},
  {}
]

text/html

Sample:
[{},{},{}]

application/xml, text/xml

Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <anyType />
  <anyType />
  <anyType />
</ArrayOfanyType>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "CompId": "cc7c4a69-ac37-4c0b-b538-f027ca6223eb",
    "BatchNo": "sample string 2",
    "TransactionHeadID": "b5d812a0-2fd4-4961-90ca-f05990c9c259",
    "RowNumber": 4
  },
  {
    "CompId": "cc7c4a69-ac37-4c0b-b538-f027ca6223eb",
    "BatchNo": "sample string 2",
    "TransactionHeadID": "b5d812a0-2fd4-4961-90ca-f05990c9c259",
    "RowNumber": 4
  },
  {
    "CompId": "cc7c4a69-ac37-4c0b-b538-f027ca6223eb",
    "BatchNo": "sample string 2",
    "TransactionHeadID": "b5d812a0-2fd4-4961-90ca-f05990c9c259",
    "RowNumber": 4
  }
]

text/html

Sample:
[{"CompId":"cc7c4a69-ac37-4c0b-b538-f027ca6223eb","BatchNo":"sample string 2","TransactionHeadID":"b5d812a0-2fd4-4961-90ca-f05990c9c259","RowNumber":4},{"CompId":"cc7c4a69-ac37-4c0b-b538-f027ca6223eb","BatchNo":"sample string 2","TransactionHeadID":"b5d812a0-2fd4-4961-90ca-f05990c9c259","RowNumber":4},{"CompId":"cc7c4a69-ac37-4c0b-b538-f027ca6223eb","BatchNo":"sample string 2","TransactionHeadID":"b5d812a0-2fd4-4961-90ca-f05990c9c259","RowNumber":4}]

application/xml, text/xml

Sample:
<ArrayOfBatchsForDupCheckModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TABSINVBL.Models">
  <BatchsForDupCheckModel>
    <BatchNo>sample string 2</BatchNo>
    <CompId>cc7c4a69-ac37-4c0b-b538-f027ca6223eb</CompId>
    <RowNumber>4</RowNumber>
    <TransactionHeadID>b5d812a0-2fd4-4961-90ca-f05990c9c259</TransactionHeadID>
  </BatchsForDupCheckModel>
  <BatchsForDupCheckModel>
    <BatchNo>sample string 2</BatchNo>
    <CompId>cc7c4a69-ac37-4c0b-b538-f027ca6223eb</CompId>
    <RowNumber>4</RowNumber>
    <TransactionHeadID>b5d812a0-2fd4-4961-90ca-f05990c9c259</TransactionHeadID>
  </BatchsForDupCheckModel>
  <BatchsForDupCheckModel>
    <BatchNo>sample string 2</BatchNo>
    <CompId>cc7c4a69-ac37-4c0b-b538-f027ca6223eb</CompId>
    <RowNumber>4</RowNumber>
    <TransactionHeadID>b5d812a0-2fd4-4961-90ca-f05990c9c259</TransactionHeadID>
  </BatchsForDupCheckModel>
</ArrayOfBatchsForDupCheckModel>