POST api/SupCustLedgerMapping

Request Information

URI Parameters

None.

Body Parameters

C_SupCustLedgerMapping
NameDescriptionTypeAdditional information
Id

integer

None.

BranchCode

integer

None.

LedgerAc

string

None.

SupCustFlag

string

None.

BranchAccount

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "BranchCode": 2,
  "LedgerAc": "sample string 3",
  "SupCustFlag": "sample string 4",
  "BranchAccount": "sample string 5"
}

application/xml, text/xml

Sample:
<C_SupCustLedgerMapping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RREL.Data.Models">
  <BranchAccount>sample string 5</BranchAccount>
  <BranchCode>2</BranchCode>
  <Id>1</Id>
  <LedgerAc>sample string 3</LedgerAc>
  <SupCustFlag>sample string 4</SupCustFlag>
</C_SupCustLedgerMapping>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'C_SupCustLedgerMapping'.

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.