POST OPS/CreateUpdate_ConsignorPayment

Request Information

URI Parameters

None.

Body Parameters

ConsignorPayment_DTO
NameDescriptionTypeAdditional information
Consignor_Pkey_ID

integer

None.

Consignor_UserId

integer

None.

Consignor_Invoice_Pkey_ID

integer

None.

Consignor_Amount

decimal number

None.

Consignor_PaymentDate

date

None.

Consignor_BankName

string

None.

Consignor_BranchName

string

None.

Consignor_AccountNumber

integer

None.

Consignor_AccountHolderName

string

None.

Consignor_IFSCcode

string

None.

Consignor_SWIFTcode

string

None.

Consignor_Bank_Details

string

None.

Consignor_Trunsaction_Id

string

None.

Consignor_Inventory_Id

string

None.

Consignor_UploadAttachment

string

None.

Consignor_FileName

string

None.

Consignor_IsActive

boolean

None.

Consignor_IsDelete

boolean

None.

BankName

string

None.

BankAddress

string

None.

AccountNo

integer

None.

SwiftCode

string

None.

RTGS_NEFT_IFSCCode

string

None.

AccountHolderName

string

None.

Type

integer

None.

UserID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Consignor_Pkey_ID": 1,
  "Consignor_UserId": 1,
  "Consignor_Invoice_Pkey_ID": 2,
  "Consignor_Amount": 1.0,
  "Consignor_PaymentDate": "2025-01-10T20:08:48.0120698+05:30",
  "Consignor_BankName": "sample string 3",
  "Consignor_BranchName": "sample string 4",
  "Consignor_AccountNumber": 5,
  "Consignor_AccountHolderName": "sample string 6",
  "Consignor_IFSCcode": "sample string 7",
  "Consignor_SWIFTcode": "sample string 8",
  "Consignor_Bank_Details": "sample string 9",
  "Consignor_Trunsaction_Id": "sample string 10",
  "Consignor_Inventory_Id": "sample string 11",
  "Consignor_UploadAttachment": "sample string 12",
  "Consignor_FileName": "sample string 13",
  "Consignor_IsActive": true,
  "Consignor_IsDelete": true,
  "BankName": "sample string 14",
  "BankAddress": "sample string 15",
  "AccountNo": 16,
  "SwiftCode": "sample string 17",
  "RTGS_NEFT_IFSCCode": "sample string 18",
  "AccountHolderName": "sample string 19",
  "Type": 1,
  "UserID": 1
}

application/xml, text/xml

Sample:
<ConsignorPayment_DTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AstaGuru.Models.OPS">
  <AccountHolderName>sample string 19</AccountHolderName>
  <AccountNo>16</AccountNo>
  <BankAddress>sample string 15</BankAddress>
  <BankName>sample string 14</BankName>
  <Consignor_AccountHolderName>sample string 6</Consignor_AccountHolderName>
  <Consignor_AccountNumber>5</Consignor_AccountNumber>
  <Consignor_Amount>1</Consignor_Amount>
  <Consignor_BankName>sample string 3</Consignor_BankName>
  <Consignor_Bank_Details>sample string 9</Consignor_Bank_Details>
  <Consignor_BranchName>sample string 4</Consignor_BranchName>
  <Consignor_FileName>sample string 13</Consignor_FileName>
  <Consignor_IFSCcode>sample string 7</Consignor_IFSCcode>
  <Consignor_Inventory_Id>sample string 11</Consignor_Inventory_Id>
  <Consignor_Invoice_Pkey_ID>2</Consignor_Invoice_Pkey_ID>
  <Consignor_IsActive>true</Consignor_IsActive>
  <Consignor_IsDelete>true</Consignor_IsDelete>
  <Consignor_PaymentDate>2025-01-10T20:08:48.0120698+05:30</Consignor_PaymentDate>
  <Consignor_Pkey_ID>1</Consignor_Pkey_ID>
  <Consignor_SWIFTcode>sample string 8</Consignor_SWIFTcode>
  <Consignor_Trunsaction_Id>sample string 10</Consignor_Trunsaction_Id>
  <Consignor_UploadAttachment>sample string 12</Consignor_UploadAttachment>
  <Consignor_UserId>1</Consignor_UserId>
  <RTGS_NEFT_IFSCCode>sample string 18</RTGS_NEFT_IFSCCode>
  <SwiftCode>sample string 17</SwiftCode>
  <Type>1</Type>
  <UserID>1</UserID>
</ConsignorPayment_DTO>

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.