GET jxc_api/OCR/GetAsIdMapModel

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

AsIdMapModel
NameDescriptionTypeAdditional information
AccAsId

integer

None.

ScmAsId

integer

None.

Status

boolean

None.

AccType

AccProductType

None.

ScmType

ScmProductType

None.

Response Formats

application/json, text/json

Sample:
{
  "AccAsId": 1,
  "ScmAsId": 2,
  "Status": true,
  "AccType": 1010,
  "ScmType": 1010
}

application/xml, text/xml

Sample:
<AsIdMapModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.ToAcc">
  <_x003C_AccAsId_x003E_k__BackingField>1</_x003C_AccAsId_x003E_k__BackingField>
  <_x003C_AccType_x003E_k__BackingField>Free</_x003C_AccType_x003E_k__BackingField>
  <_x003C_ScmAsId_x003E_k__BackingField>2</_x003C_ScmAsId_x003E_k__BackingField>
  <_x003C_ScmType_x003E_k__BackingField>Free</_x003C_ScmType_x003E_k__BackingField>
  <_x003C_Status_x003E_k__BackingField>true</_x003C_Status_x003E_k__BackingField>
</AsIdMapModel>