Skip to content

Instantly share code, notes, and snippets.

@ankitrox
Created July 12, 2023 08:24
Show Gist options
  • Save ankitrox/75165ab6a790f8dddafa51177b10b473 to your computer and use it in GitHub Desktop.
Save ankitrox/75165ab6a790f8dddafa51177b10b473 to your computer and use it in GitHub Desktop.
Payload
{
"addressCode": "string",
"addressValid": "string",
"changeSource": "string",
"communicationPreference": "string",
"customerNumber": "string",
"email": "string",
"fax": "string",
"fullName": "string",
"initials": "string",
"isDefault": true,
"isValidBillToAddress": true,
"isValidShipToAddress": true,
"jobPositionCode": "string",
"jobTitleName": "string",
"name": {
"first": "string",
"last": "string",
"middleInitial": "string",
"suffix": "string",
"title": "string"
},
"nixieCounter": 0,
"phone": "string",
"phone2": "string",
"phone3": "string",
"postalAddress": {
"addressBlock": "string",
"city": "string",
"countryCode": "string",
"line1": "string",
"line2": "string",
"line3": "string",
"postalCode": "string",
"stateCode": "string"
},
"promoteByMail": "string",
"promoteByPhone1": "string",
"promoteByPhone2": "string",
"promoteByPhone3": "string",
"updateDate": "2023-07-12T08:12:34.229Z",
"updateUser": "string"
}
Responses
Code Description Links
200
Success
Media type
application/json
Controls Accept header.
Example Value
Schema
{
"addressCode": "string",
"addressValid": "string",
"changeSource": "string",
"communicationPreference": "string",
"customerNumber": "string",
"email": "string",
"fax": "string",
"fullName": "string",
"initials": "string",
"isDefault": true,
"isValidBillToAddress": true,
"isValidShipToAddress": true,
"jobPositionCode": "string",
"jobTitleName": "string",
"name": {
"first": "string",
"last": "string",
"middleInitial": "string",
"suffix": "string",
"title": "string"
},
"nixieCounter": 0,
"phone": "string",
"phone2": "string",
"phone3": "string",
"postalAddress": {
"addressBlock": "string",
"city": "string",
"countryCode": "string",
"line1": "string",
"line2": "string",
"line3": "string",
"postalCode": "string",
"stateCode": "string"
},
"promoteByMail": "string",
"promoteByPhone1": "string",
"promoteByPhone2": "string",
"promoteByPhone3": "string",
"updateDate": "2023-07-12T08:12:34.232Z",
"updateUser": "string"
}
No links
401
Unauthorized
Media type
application/json
Example Value
Schema
{}
No links
403
Forbidden
Media type
application/json
Example Value
Schema
{}
No links
404
Not Found
Media type
application/json
Example Value
Schema
{
"addressCode": "string",
"addressValid": "string",
"changeSource": "string",
"communicationPreference": "string",
"customerNumber": "string",
"email": "string",
"fax": "string",
"fullName": "string",
"initials": "string",
"isDefault": true,
"isValidBillToAddress": true,
"isValidShipToAddress": true,
"jobPositionCode": "string",
"jobTitleName": "string",
"name": {
"first": "string",
"last": "string",
"middleInitial": "string",
"suffix": "string",
"title": "string"
},
"nixieCounter": 0,
"phone": "string",
"phone2": "string",
"phone3": "string",
"postalAddress": {
"addressBlock": "string",
"city": "string",
"countryCode": "string",
"line1": "string",
"line2": "string",
"line3": "string",
"postalCode": "string",
"stateCode": "string"
},
"promoteByMail": "string",
"promoteByPhone1": "string",
"promoteByPhone2": "string",
"promoteByPhone3": "string",
"updateDate": "2023-07-12T08:12:34.236Z",
"updateUser": "string"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment