GET api/companies/GetCustomerCurrencies/{customerId}
Get credit relationship records by customerId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customerId |
Customer ID |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of RelationshipCurrencyDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
None. |
|
| VendorId | integer |
None. |
|
| Currency | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"customerId": 1,
"vendorId": 2,
"currency": "sample string 3"
},
{
"customerId": 1,
"vendorId": 2,
"currency": "sample string 3"
}
]