GET CN/GetParty?partyName={partyName}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
partyName

string

Required

Body Parameters

None.

Response Information

Resource Description

PartyNameViewModel
NameDescriptionTypeAdditional information
PartyName

string

None.

ListPartyNames

Collection of PartyNameViewModel

None.

Success

boolean

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "PartyName": "Radhika Jwellers",
  "ListPartyNames": null,
  "Success": false,
  "Message": null
}

application/xml, text/xml

Sample:
<PartyNameViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ThreeStar.Common.Models">
  <Message i:nil="true" />
  <Success>false</Success>
  <ListPartyNames i:nil="true" />
  <PartyName>Radhika Jwellers</PartyName>
</PartyNameViewModel>