POST InExchange/IsRecipient

Request Information

URI Parameters

None.

Body Parameters

NameDescriptionTypeAdditional information
Username

string

Required

Password

string

Required

ReceiverPartyIdentifier

string

Required

ReceiverPartyIdentifierType

Required

Request Formats

application/xml, text/xml

Sample:
<IsRecipientModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Username>sample string 1</Username>
  <Password>sample string 2</Password>
  <ReceiverPartyIdentifier>sample string 3</ReceiverPartyIdentifier>
  <ReceiverPartyIdentifierType>IS_KT</ReceiverPartyIdentifierType>
</IsRecipientModel>

Response Information

Resource Description

NameDescriptionTypeAdditional information
Version

None.

Content

None.

StatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of

None.

RequestMessage

None.

IsSuccessStatusCode

boolean

None.

Response Formats

application/xml, text/xml

Sample:
<boolean>true</boolean>