Get Company Code by ID

Retrieves a single Company Code by its unique id.

SecuritybearerAuth
Request
path Parameters
id
required
string

Unique identifier of the Company Code.

header Parameters
X-PB-Developer-Partner-ID
string

Developer Partner ID. Not required if the developer is the only partner.

Responses
200

Specified Company Code has been retrieved successfully.

400

Invalid request.

401

The request could not be authorized.

500

The request could not be completed due to an internal error.

get/api/v1/companyCodes/{id}
Request samples
Response samples
application/json
{
  • "id": "cmpy12345xyz",
  • "code": "COMP002",
  • "description": "This is description for test company code COMP002"
}