Latch a Customer

This function is used to latch a customer entity to a particular NetSuite account ID.

Response
{
    "ErrorId": 0,
    "HttpStatusCode": 400,
    "Errors": [
        {
            "Key": "Api Error",
            "Value": "NetSuite Account 1 does not exist."
        }
    ]
}
Body Params
int64
required

This is the ID value which uniquely identifies this customer record in the Fusebill system.

string
required

The NetSuite Account ID associated with this customer.

date
Response
200
Language
Credentials
Header
LoadingLoading…