post https://coreapi.impexdocs.com/api/v1/productmaster
Overview
HTTP Method: POST
Endpoint URL: https://coreapi.impexdocs.com/api/v1/productmaster
Authentication: Required
Response Format: JSON
Description
To create a Product, make a POST request to the specified endpoint with the required information. The response will be a JSON object containing the following:
- Response Code
- Status
- Message
- Result
- Product ID
- Product Code
Request
To create a Contact, provide the following mandatory inputs in the request JSON:
- Product Code (
product_code
): This field defines the product code that will be added.
Response
The API will respond with a JSON object containing the following:
- Response Code
- Status
- Message
- Result
- Product Id
- Product Code
Example Response JSON
{
"response_code": 0,
"status": 201,
"message": "Created",
"result": {
"product_id": 130314,
"product_code": "00178"
}
}
Note
- Ensure proper authentication before making the request.