POST api/DistributorCheque

Request Information

URI Parameters

None.

Body Parameters

DistributorChequeDetails
NameDescriptionTypeAdditional information
CD_ID

string

None.

DISTRIBUTOR_ID

string

None.

COMPANY_ID

string

None.

BANK_NAME

string

None.

GST_NO

string

None.

DEPOSITE_AMOUNT

string

None.

CREDIT_LIMIT

string

None.

CHEQUE_NO_1

string

None.

CHEQUE_NO_2

string

None.

CHEQUE_PHOTO_1

Collection of byte

None.

CHEQUE_PHOTO_2

Collection of byte

None.

DEPOSITE_PHOTO

Collection of byte

None.

AGREEMENT_PHOTO

Collection of byte

None.

TASK

string

None.

EXTRA1

string

None.

EXTRA2

string

None.

EXTRA3

string

None.

LANG_ID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CD_ID": "sample string 1",
  "DISTRIBUTOR_ID": "sample string 2",
  "COMPANY_ID": "sample string 3",
  "BANK_NAME": "sample string 4",
  "GST_NO": "sample string 5",
  "DEPOSITE_AMOUNT": "sample string 6",
  "CREDIT_LIMIT": "sample string 7",
  "CHEQUE_NO_1": "sample string 8",
  "CHEQUE_NO_2": "sample string 9",
  "CHEQUE_PHOTO_1": "QEA=",
  "CHEQUE_PHOTO_2": "QEA=",
  "DEPOSITE_PHOTO": "QEA=",
  "AGREEMENT_PHOTO": "QEA=",
  "TASK": "sample string 10",
  "EXTRA1": "sample string 11",
  "EXTRA2": "sample string 12",
  "EXTRA3": "sample string 13",
  "LANG_ID": "sample string 14"
}

application/xml, text/xml

Sample:
<DistributorChequeDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOOSTERPARIS_WEB_API.Models">
  <AGREEMENT_PHOTO>QEA=</AGREEMENT_PHOTO>
  <BANK_NAME>sample string 4</BANK_NAME>
  <CD_ID>sample string 1</CD_ID>
  <CHEQUE_NO_1>sample string 8</CHEQUE_NO_1>
  <CHEQUE_NO_2>sample string 9</CHEQUE_NO_2>
  <CHEQUE_PHOTO_1>QEA=</CHEQUE_PHOTO_1>
  <CHEQUE_PHOTO_2>QEA=</CHEQUE_PHOTO_2>
  <COMPANY_ID>sample string 3</COMPANY_ID>
  <CREDIT_LIMIT>sample string 7</CREDIT_LIMIT>
  <DEPOSITE_AMOUNT>sample string 6</DEPOSITE_AMOUNT>
  <DEPOSITE_PHOTO>QEA=</DEPOSITE_PHOTO>
  <DISTRIBUTOR_ID>sample string 2</DISTRIBUTOR_ID>
  <EXTRA1>sample string 11</EXTRA1>
  <EXTRA2>sample string 12</EXTRA2>
  <EXTRA3>sample string 13</EXTRA3>
  <GST_NO>sample string 5</GST_NO>
  <LANG_ID>sample string 14</LANG_ID>
  <TASK>sample string 10</TASK>
</DistributorChequeDetails>

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.