POST jxc_api/BillState/Determine

Request Information

URI Parameters

None.

Body Parameters

Collection of DetermineModel
NameDescriptionTypeAdditional information
BillType

integer

None.

BillId

integer

None.

AsName

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "BillType": 1,
    "BillId": 2,
    "AsName": "sample string 3"
  },
  {
    "BillType": 1,
    "BillId": 2,
    "AsName": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfDetermineModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ToAcc">
  <DetermineModel>
    <_x003C_AsName_x003E_k__BackingField>sample string 3</_x003C_AsName_x003E_k__BackingField>
    <_x003C_BillId_x003E_k__BackingField>2</_x003C_BillId_x003E_k__BackingField>
    <tmpBillType>1</tmpBillType>
  </DetermineModel>
  <DetermineModel>
    <_x003C_AsName_x003E_k__BackingField>sample string 3</_x003C_AsName_x003E_k__BackingField>
    <_x003C_BillId_x003E_k__BackingField>2</_x003C_BillId_x003E_k__BackingField>
    <tmpBillType>1</tmpBillType>
  </DetermineModel>
</ArrayOfDetermineModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />