Success Responses

Response Formats

Success Response (200 OK): GET

  • The success response format returns the requested data along with metadata such as pagination details and count information.

JSON Response Example:

{
  "@readLink": "string",
  "@nextLink": "string",
  "@deltaLink": "string",
  "@context": "string",
  "value": "string",
  "@count": 0
}

Success Response (201 Created): POST

If the product was created correctly

Response Headers Example

 content-length: 0 
 date: Tue,27 May 2025 23:06:09 GMT 
 location: https://api2.saleslayer.com/rest/Catalog/Products(3)

Success Response (204 No Content): PATCH and DELETE

If the operation is successful return 204 - No Content

Response Headers Example

 date: Tue,27 May 2025 10:18:09 GMT