POST api/WxPayment/TestJsonInvoiceSearch

Request Information

URI Parameters

None.

Body Parameters

DeloittePayInvoiceSearchRequest
NameDescriptionTypeAdditional information
IdList

Collection of globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "IdList": [
    "c589eb25-e6ea-4d81-b46e-9c6b16e278a6",
    "341da8e0-28cb-4567-b971-39641683a4f1"
  ]
}

application/xml, text/xml

Sample:
<DeloittePayInvoiceSearchRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
  <IdList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>c589eb25-e6ea-4d81-b46e-9c6b16e278a6</d2p1:guid>
    <d2p1:guid>341da8e0-28cb-4567-b971-39641683a4f1</d2p1:guid>
  </IdList>
</DeloittePayInvoiceSearchRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultOfString
NameDescriptionTypeAdditional information
Content

string

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.