POST api/purchases/supplier-pay
Request Information
URI Parameters
None.
Body Parameters
SupplierPayRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| SupplierId | integer |
None. |
|
| ItemId | integer |
None. |
|
| From | string |
None. |
|
| To | string |
None. |
|
| Amount | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"SupplierId": 1,
"ItemId": 1,
"From": "sample string 2",
"To": "sample string 3",
"Amount": 4.0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.