json-data tagged requests and articles
Categorized request examples and articles tagged with [json-data] keyword JSON Data Example
An example of sending JSON data to the REST API endpoint. In this JSON Data Example, the example JSON contains a JSON Number (Id), JSON String (Customer), JSON Array (OrderIds) and JSON Object (Details) JSON data types. The Content-Type: application/json request header specifies the media type of the request body, and the Accept: application/json request header tells the server that the client is expecting JSON.
An example of sending JSON data to the REST API endpoint. In this JSON Data Example, the example JSON contains a JSON Number (Id), JSON String (Customer), JSON Array (OrderIds) and JSON Object (Details) JSON data types. The Content-Type: application/json request header specifies the media type of the request body, and the Accept: application/json request header tells the server that the client is expecting JSON.