POST api/ITTCApi/ZYYGCallback

Request Information

URI Parameters

None.

Body Parameters

YiGaoCallBackNoticeResponse
NameDescriptionTypeAdditional information
UserName

string

None.

Method

string

None.

Sign

string

None.

RequestBody

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserName": "sample string 1",
  "Method": "sample string 2",
  "Sign": "sample string 3",
  "RequestBody": "sample string 4"
}

application/xml, text/xml

Sample:
<YiGaoCallBackNoticeResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Easyway.ITTC.Common.ParamEntity.ITTCAPI.Response.YiGao">
  <Method>sample string 2</Method>
  <RequestBody>sample string 4</RequestBody>
  <Sign>sample string 3</Sign>
  <UserName>sample string 1</UserName>
</YiGaoCallBackNoticeResponse>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

YiGaoResponse
NameDescriptionTypeAdditional information
Success

boolean

None.

Message

string

None.

ResponseBody

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Message": "sample string 2",
  "ResponseBody": "sample string 3"
}

application/xml, text/xml

Sample:
<YiGaoResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Easyway.ITTC.Common.ParamEntity.ITTCAPI.Response.YiGao">
  <Message>sample string 2</Message>
  <ResponseBody>sample string 3</ResponseBody>
  <Success>true</Success>
</YiGaoResponse>