POST api/Recipients
Request Information
URI Parameters
None.
Body Parameters
RecipientRequestName | Description | Type | Additional information |
---|---|---|---|
CustomerId | CustomerGuid |
None. |
|
Code | string |
None. |
|
CompanyName | string |
None. |
|
FullName | string |
None. |
|
Street1 | string |
None. |
|
Street2 | string |
None. |
|
City | string |
None. |
|
State | string |
None. |
|
PostalCode | string |
None. |
|
Country | string |
None. |
|
CountryCode | string |
None. |
|
PhoneNumber | string |
None. |
|
PhoneExt | string |
None. |
|
PhoneType | PhoneTypes |
None. |
|
Fax | string |
None. |
|
string |
None. |
||
IsResidential | boolean |
None. |
|
TaxId | string |
None. |
|
StateTaxId | string |
None. |
|
Metadata | string |
None. |
|
QuoteId | QuoteGuid |
None. |
|
ItemId | globally unique identifier |
None. |
|
UpdateRecipient | boolean |
None. |
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |