POST api/purchaseReturn/PurchaseReturnDetail
Request Information
URI Parameters
None.
Body Parameters
PurchaseReturn| Name | Description | Type | Additional information |
|---|---|---|---|
| PurchaseReturnId | integer |
None. |
|
| SupplierId | integer |
None. |
|
| ReturnDate | date |
None. |
|
| TotalCostAmount | decimal number |
None. |
|
| TotalTaxableAmount | decimal number |
None. |
|
| TotalCGSTAmount | decimal number |
None. |
|
| TotalSGSTAmount | decimal number |
None. |
|
| TotalIGSTAmount | decimal number |
None. |
|
| TotalGrandTotal | decimal number |
None. |
|
| CreatedBy | integer |
None. |
|
| UpdatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| UpdatedOn | date |
None. |
|
| Supplier | Supplier |
None. |
|
| PurchaseReturnItems | Collection of PurchaseReturnItem |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
text/xml
Sample:
<ArrayOfKeyValueOfstringanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />