POST api/order/get
Request Information
URI Parameters
None.
Body Parameters
UserModelName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
ContactID | globally unique identifier |
None. |
|
AccountID | globally unique identifier |
None. |
|
SaltKey1 | integer |
None. |
|
SaltKey2 | integer |
None. |
|
UserKey | string |
None. |
|
PasswordChangeRequired | boolean |
None. |
|
PasswordExpirationDateTime | date |
None. |
|
PasswordExpired | boolean |
None. |
|
Active | boolean |
None. |
|
Password | string |
None. |
|
Contact | ContactModel |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": "038a74b5-92a0-4569-9c83-add1bfb85592", "ContactID": "1ca29ddd-8829-47a9-a995-abb224535189", "AccountID": "b1860641-c133-49cb-8679-192afb8c6448", "SaltKey1": 4, "SaltKey2": 5, "UserKey": "sample string 6", "PasswordChangeRequired": true, "PasswordExpirationDateTime": "2021-02-24T23:45:23.1665209-05:00", "PasswordExpired": true, "Active": true, "Password": "sample string 10", "Contact": { "ID": "89e6d038-f92d-4b7e-9d80-87e27e76c468", "AccountID": "42ef559f-d928-41f2-b738-a843a9145c55", "AccountName": "sample string 3", "FirstName": "sample", "LastName": "6", "FullName": "sample 6", "EmailAddress": "sample string 7", "Salutation": "sample string 8", "Suffix": "sample string 9", "Nickname": "sample string 10", "JobTitle": "sample string 11", "Address1": "sample string 12", "Address2": "sample string 13", "Address3": "sample string 14", "City": "sample string 15", "State": "sample string 16", "ZipCode": "sample string 17", "Country": "sample string 18", "BusinessPhone": "sample string 19", "HomePhone": "sample string 20", "MobilePhone": "sample string 21", "Fax": "sample string 22", "IsInternational": true, "Preferences": { "PreferredContactMethod": 1, "DoNotEmail": true, "DoNotBulkEmail": true, "DoNotPhone": true, "DoNotFax": true, "DoNotPostalMail": true }, "SocialMedia": { "Facebook": { "ID": "4750f7f0-9014-4c05-adec-35878ff931e3", "Name": "sample string 1", "Uri": "sample string 2", "Type": 171020000 }, "Twitter": { "ID": "4750f7f0-9014-4c05-adec-35878ff931e3", "Name": "sample string 1", "Uri": "sample string 2", "Type": 171020000 }, "GooglePlus": { "ID": "4750f7f0-9014-4c05-adec-35878ff931e3", "Name": "sample string 1", "Uri": "sample string 2", "Type": 171020000 }, "Instagram": { "ID": "4750f7f0-9014-4c05-adec-35878ff931e3", "Name": "sample string 1", "Uri": "sample string 2", "Type": 171020000 }, "LinkedIn": { "ID": "4750f7f0-9014-4c05-adec-35878ff931e3", "Name": "sample string 1", "Uri": "sample string 2", "Type": 171020000 }, "Pinterest": { "ID": "4750f7f0-9014-4c05-adec-35878ff931e3", "Name": "sample string 1", "Uri": "sample string 2", "Type": 171020000 }, "YouTube": { "ID": "4750f7f0-9014-4c05-adec-35878ff931e3", "Name": "sample string 1", "Uri": "sample string 2", "Type": 171020000 } } } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.