GET v1/Customers/{id}
Get the name of a customer associated with a customer ID.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
ID of the customer to get the name of. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Name of the customer with the requested customer ID.
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string>sample string 1</string>