PUT api/Partner/{partnerID}

Updates an existing partner

Request Information

URI Parameters

NameDescriptionTypeAdditional information
partnerID

ID of partner to update

string

Required

Body Parameters

Updated partner details

Partner
NameDescriptionTypeAdditional information
PartnerID

string

None.

UserName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PartnerID": "sample string 1",
  "UserName": "sample string 2"
}

application/xml, text/xml

Sample:
<Partner xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Yummy.Portal.Models">
  <PartnerID>sample string 1</PartnerID>
  <UserName>sample string 2</UserName>
</Partner>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Http Status Code

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.