This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
curl --location -g --request POST '{{subdomain}}/api2/api2/suppliers.json' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
"Supplier": {
"supplier_number": "SUP001",
"business_name": "Supply Co",
"first_name": "Jane",
"last_name": "Smith",
"email": "jane.smith@example.com",
"password": "securepassword",
"phone1": "555-9876",
"country_code": "US",
"address1": "456 Market St",
"city": "San Francisco",
"state": "CA",
"postal_code": "94103"
}
}'
{}