Path parameters
-
The ID of the sales type to retrieve.
GET /salestypes/{id}
curl \
-X GET https://rest.api.24sevenoffice.com/v1/salestypes/{id} \
-H "Authorization: string"
Response examples (200)
# Headers
Access-Control-Allow-Origin: string
Access-Control-Allow-Credentials: string
X-Trace-Id: string
# Payload
{
"id": 1,
"name": "Product Sales",
"account": {
"id": 2000001
}
}