POST api/misainbound/v1/debt_misa/getdebtinvoiceforhcsn

Lấy ds Survey

Request Information

URI Parameters

None.

Body Parameters

Tham số

ACTParamSend
NameDescriptionTypeAdditional information
BudgetCode

string

None.

AppID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "BudgetCode": "sample string 1",
  "AppID": "sample string 2"
}

text/xml

Sample:
<ACTParamSend xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MISA.Auth.Entity.Param.ACTParam">
  <AppID>sample string 2</AppID>
  <BudgetCode>sample string 1</BudgetCode>
</ACTParamSend>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ACTServiceResult
NameDescriptionTypeAdditional information
Success

boolean

None.

Data

Object

None.

CustomData

Object

None.

Code

string

None.

ErrorType

string

None.

ErrorMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Data": {},
  "CustomData": {},
  "Code": "sample string 4",
  "ErrorType": "sample string 5",
  "ErrorMessage": "sample string 6"
}

text/xml

Sample:
<ACTServiceResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MISA.Auth.Entity.Response">
  <Code>sample string 4</Code>
  <CustomData />
  <Data />
  <ErrorMessage>sample string 6</ErrorMessage>
  <ErrorType>sample string 5</ErrorType>
  <Success>true</Success>
</ACTServiceResult>