POST api/MalaysiaEInvoice/ValidateCustomerTINBRN

Request Information

URI Parameters

None.

Body Parameters

CustomerTINBRNRequest
NameDescriptionTypeAdditional information
CP_ID

integer

None.

AR_ID

integer

None.

CREATED_BY

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CP_ID": 1,
  "AR_ID": 1,
  "CREATED_BY": "sample string 2"
}

application/xml, text/xml

Sample:
<CustomerTINBRNRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <AR_ID>1</AR_ID>
  <CP_ID>1</CP_ID>
  <CREATED_BY>sample string 2</CREATED_BY>
</CustomerTINBRNRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.