POST api/MalaysiaEInvoice/GetMIResponseErrorDetails

Request Information

URI Parameters

None.

Body Parameters

MalaysiaEInvoiceInput
NameDescriptionTypeAdditional information
BIH_ID

integer

None.

BIH_CP_ID

integer

None.

BIH_DOC_NUMBER

string

None.

BIH_TYPE

string

None.

API

string

None.

SUB_API

string

None.

BIH_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BIH_ID": 1,
  "BIH_CP_ID": 1,
  "BIH_DOC_NUMBER": "sample string 1",
  "BIH_TYPE": "sample string 2",
  "API": "sample string 3",
  "SUB_API": "sample string 4",
  "BIH_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<MalaysiaEInvoiceInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <API>sample string 3</API>
  <BIH_CP_ID>1</BIH_CP_ID>
  <BIH_CREATED_BY>1</BIH_CREATED_BY>
  <BIH_DOC_NUMBER>sample string 1</BIH_DOC_NUMBER>
  <BIH_ID>1</BIH_ID>
  <BIH_TYPE>sample string 2</BIH_TYPE>
  <SUB_API>sample string 4</SUB_API>
</MalaysiaEInvoiceInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.