get https://coreapi.impexdocs.com/api/v1/partner
Overview
Use this endpoint to retrieve the details of Partner.
Endpoint
HTTP Method: GET
Endpoint URL: https://coreapi.impexdocs.com/api/v1/partner
Authentication: Required
Response Format (Successfully Retrieved)
A successful retrieval will yield a JSON response containing the following details:
- Partner Id
- Company Id
- Partner Code
- Partner Name
- Is Active
- Is Deleted
Request Parameters
To fetch Partner, use the provided end point url.
Example
Request
GET https://coreapi.impexdocs.com/api/v1/partner
Response
{
"partner_id": 102667,
"company_id": 811,
"partner_name": "Z & M BROTHER INTERNATIONAL TRADING (DALIAN) CO., LTD",
"is_active": true,
"partner_code": "03000117",
"is_deleted": null,
"impex_id": null
}
This example demonstrates a request to fetch the partner details. The response includes details such as the Partner Id, Partner Name, Company Id, etc.