☑ī¸Create Customer

Create a Customer

POST https://sandbox.pgecom.com/api/v1/buisness/customer

Headers

NameTypeDescription

authorization*

String

Bearer token

Request Body

NameTypeDescription

lastName*

String

less than 30 characters

phone*

String

id

String

line1

String

line2

String

city*

String

country

String

state

String

postal_code

String

notes

Boolean

userID

String

email*

String

firstName*

String

createdAt

String

updatedAt

String


{
    "email": "james@gmail.com",
    "firstName": "James",
    "lastName": "Peter",
    "phone": "+1 404 825 3444",
    "line1": "9700 Medlock Bridge Road",
    "line2": "",
    "city": "Kennewick",
    "country": "United States",
    "state": "WA",
    "postal_code": "993398",
    "notes": "This is simple demo",
    "userID": "6bc4f4cf-d562-4306-9192-a2eaf4fa9789",
    "createdAt": "",
    "updatedAt": "",
    "id": "4a3ce0b8-efdc-4640-ac23-099134d1a881"
}

Last updated