POST InvoiceMappingAllotedpost
Request Information
URI Parameters
None.
Body Parameters
InvoiceMappingAllotedRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Items | Collection of InvoiceMappingItem |
None. |
Request Formats
application/json, text/json
Sample:
{
"Items": [
{
"Slno1": 1,
"JCId": 1,
"JCNo": "sample string 1",
"JCDate": "2025-10-27T07:56:15.6774486+05:30",
"ItemId": 1,
"JCPartNo": "sample string 2",
"JCPartDesc": "sample string 3",
"R2dQty": 1.0,
"AllotedQty": 1.0,
"BalQty": 1.0,
"CurrQty": 1.0,
"Cpid": 1,
"Username": "sample string 4",
"Remarks": "sample string 5"
},
{
"Slno1": 1,
"JCId": 1,
"JCNo": "sample string 1",
"JCDate": "2025-10-27T07:56:15.6774486+05:30",
"ItemId": 1,
"JCPartNo": "sample string 2",
"JCPartDesc": "sample string 3",
"R2dQty": 1.0,
"AllotedQty": 1.0,
"BalQty": 1.0,
"CurrQty": 1.0,
"Cpid": 1,
"Username": "sample string 4",
"Remarks": "sample string 5"
}
]
}
application/xml, text/xml
Sample:
<ValuesController.InvoiceMappingAllotedRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JobCardProd_Api.Controllers">
<Items>
<InvoiceMappingItem>
<AllotedQty>1</AllotedQty>
<BalQty>1</BalQty>
<Cpid>1</Cpid>
<CurrQty>1</CurrQty>
<ItemId>1</ItemId>
<JCDate>2025-10-27T07:56:15.6774486+05:30</JCDate>
<JCId>1</JCId>
<JCNo>sample string 1</JCNo>
<JCPartDesc>sample string 3</JCPartDesc>
<JCPartNo>sample string 2</JCPartNo>
<R2dQty>1</R2dQty>
<Remarks>sample string 5</Remarks>
<Slno1>1</Slno1>
<Username>sample string 4</Username>
</InvoiceMappingItem>
<InvoiceMappingItem>
<AllotedQty>1</AllotedQty>
<BalQty>1</BalQty>
<Cpid>1</Cpid>
<CurrQty>1</CurrQty>
<ItemId>1</ItemId>
<JCDate>2025-10-27T07:56:15.6774486+05:30</JCDate>
<JCId>1</JCId>
<JCNo>sample string 1</JCNo>
<JCPartDesc>sample string 3</JCPartDesc>
<JCPartNo>sample string 2</JCPartNo>
<R2dQty>1</R2dQty>
<Remarks>sample string 5</Remarks>
<Slno1>1</Slno1>
<Username>sample string 4</Username>
</InvoiceMappingItem>
</Items>
</ValuesController.InvoiceMappingAllotedRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.