GET api/companies/GetCustomerCurrencies/{customerId}

Get credit relationship records by customerId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerId

Customer ID

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of RelationshipCurrencyDto
NameDescriptionTypeAdditional 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"
  }
]