Create a Channel Partner Contact
Create a new contact for the given channel partner ID. You can create a contact only for organization-type channel partners.
Method Type | URI |
---|---|
PUT | v90/ws/partner/{partnerId}/contact.ws |
URI Parameters
Parameter | Description | Type |
---|---|---|
partnerId | Identifier of the channel partner in the database. | Integer |
Sample Request
See Sample XML for Contact Web Services.
NOTE The XML must comply with the schema provided for Contact (see XSD for Contact Web Services).
Sample Response
Success
HTTP Status Code: 201
Header-Location: {contactId} (ID of the channel partner contact created.)
Failure
HTTP Status Code: 404
Response Body: The specified channel partner with ID 3 was not found.