Search customer contacts

Search customer contacts for a given customer

SecurityoAuth2
Request
path Parameters
customerUID
required
integer

Unique Customer Id

query Parameters
contactName
string

Contact name

accountNumber
string

Contact Account Number

page
required
string

Which page of results are to be returned

limit
required
string <= 1000

How many records are returned in the result set

Responses
200

OK

400

Bad request

401

You are not authorized to access the resource

403

Accessing the resource you were trying to reach is forbidden

404

The resource you were trying to reach is not found

500

Internal server error

503

Service unavailable

default

Successful

get/v2/customers/{customerUID}/contacts
Request samples
Response samples
application/json
{
  • "status": "Success",
  • "code": "CUST001",
  • "message": "Failed to search the customer contact: <Reason>",
  • "pagination": {
    },
  • "data": [
    ]
}