POST api/PolicySXD/UpdateSXDCreaditAccount

Request Information

URI Parameters

None.

Body Parameters

UpSXDCreadit
NameDescriptionTypeAdditional information
PaymentMode

string

None.

DepDate

string

None.

DepAlcName

string

None.

ChqNo

string

None.

ChqDate

string

None.

BankNames

string

None.

ChqAmount

decimal number

None.

TotalAmount

decimal number

None.

certList

string

None.

officeIDPost

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PaymentMode": "sample string 1",
  "DepDate": "sample string 2",
  "DepAlcName": "sample string 3",
  "ChqNo": "sample string 4",
  "ChqDate": "sample string 5",
  "BankNames": "sample string 6",
  "ChqAmount": 7.1,
  "TotalAmount": 8.1,
  "certList": "sample string 9",
  "officeIDPost": "sample string 10"
}

application/xml, text/xml

Sample:
<UpSXDCreadit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AHRWebERP.Models">
  <BankNames>sample string 6</BankNames>
  <ChqAmount>7.1</ChqAmount>
  <ChqDate>sample string 5</ChqDate>
  <ChqNo>sample string 4</ChqNo>
  <DepAlcName>sample string 3</DepAlcName>
  <DepDate>sample string 2</DepDate>
  <PaymentMode>sample string 1</PaymentMode>
  <TotalAmount>8.1</TotalAmount>
  <certList>sample string 9</certList>
  <officeIDPost>sample string 10</officeIDPost>
</UpSXDCreadit>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />