POST api/companies/UpdateCreditRelationshipCurrency
Update credit relationship currency between customer and vendor
Request Information
URI Parameters
None.
Body Parameters
RelationshipCurrencyDto
RelationshipCurrencyDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
None. |
|
| VendorId | integer |
None. |
|
| Currency | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"customerId": 1,
"vendorId": 2,
"currency": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
multipart/form-data
Sample:
Sample not available.
Response Information
Resource Description
None.