POST api/APIUserCustomer
Create APIUserCustomer objects
Request Information
Request body formats
application/json, text/json
Sample:
{ "UserName": "sample string 1", "CustomerNum": "sample string 2", "ShipTo": "sample string 3", "UserFieldData": [ {}, {}, {} ], "UserFieldNames": [ "sample string 1", "sample string 2", "sample string 3" ], "Notifications": null }
Response Information
Response body formats
application/json, text/json
Sample:
{ "UserName": "sample string 1", "CustomerNum": "sample string 2", "ShipTo": "sample string 3", "UserFieldData": [ {}, {}, {} ], "UserFieldNames": [ "sample string 1", "sample string 2", "sample string 3" ], "Notifications": null }