POST api/CHA/GetSBThirdPartyDetails

Request Information

URI Parameters

None.

Body Parameters

CHAGetSBThirdPartyInput
NameDescriptionTypeAdditional information
SB_ID

integer

None.

STP_SBI_ID

integer

None.

STP_SBI_PRODUCT_SL_NO

integer

None.

STP_SID_SI_NO

integer

None.

STP_ID

integer

None.

STP_CP_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SB_ID": 1,
  "STP_SBI_ID": 1,
  "STP_SBI_PRODUCT_SL_NO": 1,
  "STP_SID_SI_NO": 1,
  "STP_ID": 1,
  "STP_CP_ID": 1
}

application/xml, text/xml

Sample:
<CHAGetSBThirdPartyInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <SB_ID>1</SB_ID>
  <STP_CP_ID>1</STP_CP_ID>
  <STP_ID>1</STP_ID>
  <STP_SBI_ID>1</STP_SBI_ID>
  <STP_SBI_PRODUCT_SL_NO>1</STP_SBI_PRODUCT_SL_NO>
  <STP_SID_SI_NO>1</STP_SID_SI_NO>
</CHAGetSBThirdPartyInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

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.