Vendor Contact, Delete
Deletes an existing Vendor Contact using the supplied data.
URL
/api/vendor-contact-delete
Request Method
POST
Expandable Program
Vendor Contact Editor (POECT)
Required Fields
VENDOR_ID
VENDOR_CONTACT
AUTH_TOKEN
VENDOR_CONTACT
AUTH_TOKEN
Auth Token
This API call requires an Authentication Token ("Auth Token") for the required field AUTH_TOKEN. Auth Tokens are obtained from Auth Token, Get.
Example Request JSON
{
"VENDOR_ID": "XYZCORP",
"VENDOR_CONTACT": "SGREEN",
"AUTH_TOKEN": ""
}
Full Request JSON
{
"VENDOR_ID": "",
"VENDOR_CONTACT": "",
"AUTH_TOKEN": ""
}
Success Response
Returned HTTP status indicates success:
200/OK
Returned JSON contains nothing:
200/OK
Returned JSON contains nothing:
{}
Failure Response
Returned HTTP status indicates failure:
400/Request JSON is invalid.
401/Auth Token was not provided.
401/Auth Token is malformed.
401/Auth Token login failure.
405/Request method must be POST.
500/(Error Message)
Returned JSON contains error information for the failed Vendor Contact deletion:
400/Request JSON is invalid.
401/Auth Token was not provided.
401/Auth Token is malformed.
401/Auth Token login failure.
405/Request method must be POST.
500/(Error Message)
Returned JSON contains error information for the failed Vendor Contact deletion:
{
"MESSAGE": "",
"MESSAGE_CODE": ""
}
