POST Suppliapi/InvoicesDetail
Request Information
URI Parameters
None.
Body Parameters
invoicesDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| invoicesDetailId | integer |
None. |
|
| invoicesHeaderId | integer |
None. |
|
| itemStatusId | integer |
None. |
|
| impOrderDetailId | integer |
None. |
|
| itemId | integer |
None. |
|
| itemUMId | integer |
None. |
|
| warehouseLocationId | integer |
None. |
|
| itemCode | string |
None. |
|
| upcCode | string |
None. |
|
| lotNo | string |
None. |
|
| serialNo | string |
None. |
|
| lineNumber | integer |
None. |
|
| itemName | string |
None. |
|
| quantity | decimal number |
None. |
|
| qtySent | decimal number |
None. |
|
| price | decimal number |
None. |
|
| discount | decimal number |
None. |
|
| miscAmount | decimal number |
None. |
|
| totalAmount | decimal number |
None. |
|
| packSize | integer |
None. |
|
| itemUMCode | string |
None. |
|
| unitWeight | decimal number |
None. |
|
| grossWeight | decimal number |
None. |
|
| memo | string |
None. |
|
| isCredit | boolean |
None. |
|
| void | boolean |
None. |
|
| tenantId | integer |
None. |
|
| updatedById | integer |
None. |
|
| createdById | integer |
None. |
|
| modifyDateTime | date |
None. |
|
| insertDateTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"invoicesDetailId": 1,
"invoicesHeaderId": 2,
"itemStatusId": 3,
"impOrderDetailId": 1,
"itemId": 4,
"itemUMId": 1,
"warehouseLocationId": 1,
"itemCode": "sample string 5",
"upcCode": "sample string 6",
"lotNo": "sample string 7",
"serialNo": "sample string 8",
"lineNumber": 9,
"itemName": "sample string 10",
"quantity": 11.0,
"qtySent": 1.0,
"price": 12.0,
"discount": 1.0,
"miscAmount": 1.0,
"totalAmount": 13.0,
"packSize": 1,
"itemUMCode": "sample string 14",
"unitWeight": 1.0,
"grossWeight": 1.0,
"memo": "sample string 15",
"isCredit": true,
"void": true,
"tenantId": 18,
"updatedById": 1,
"createdById": 19,
"modifyDateTime": "2025-12-24T05:23:28.2694925-06:00",
"insertDateTime": "2025-12-24T05:23:28.2704948-06:00"
}
application/xml, text/xml
Sample:
<invoicesDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuppliModel"> <createdById>19</createdById> <discount>1</discount> <grossWeight>1</grossWeight> <impOrderDetailId>1</impOrderDetailId> <insertDateTime>2025-12-24T05:23:28.2704948-06:00</insertDateTime> <invoicesDetailId>1</invoicesDetailId> <invoicesHeaderId>2</invoicesHeaderId> <isCredit>true</isCredit> <itemCode>sample string 5</itemCode> <itemId>4</itemId> <itemName>sample string 10</itemName> <itemStatusId>3</itemStatusId> <itemUMCode>sample string 14</itemUMCode> <itemUMId>1</itemUMId> <lineNumber>9</lineNumber> <lotNo>sample string 7</lotNo> <memo>sample string 15</memo> <miscAmount>1</miscAmount> <modifyDateTime>2025-12-24T05:23:28.2694925-06:00</modifyDateTime> <packSize>1</packSize> <price>12</price> <qtySent>1</qtySent> <quantity>11</quantity> <serialNo>sample string 8</serialNo> <tenantId>18</tenantId> <totalAmount>13</totalAmount> <unitWeight>1</unitWeight> <upcCode>sample string 6</upcCode> <updatedById>1</updatedById> <void>true</void> <warehouseLocationId>1</warehouseLocationId> </invoicesDetail>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |