POST OPS/CreateUpdate_BuyerPaymentReceived
Request Information
URI Parameters
None.
Body Parameters
BuyerPaymentReceived_DTOName | Description | Type | Additional information |
---|---|---|---|
Buyer_Pkey_ID | integer |
None. |
|
Buyer_UserId | integer |
None. |
|
Buyer_Invoice_Pkey_ID | integer |
None. |
|
Buyer_Amount | decimal number |
None. |
|
Buyer_PaymentDate | date |
None. |
|
Buyer_BankName | string |
None. |
|
Buyer_BranchName | string |
None. |
|
Buyer_AccountNumber | integer |
None. |
|
Buyer_AccountHolderName | string |
None. |
|
Buyer_IFSCcode | string |
None. |
|
Buyer_SWIFTcode | string |
None. |
|
Buyer_Bank_Details | string |
None. |
|
Buyer_Inventory_Id | string |
None. |
|
Buyer_Trunsaction_Id | string |
None. |
|
Buyer_UploadAttachment | string |
None. |
|
Buyer_FileName | string |
None. |
|
Buyer_Invoice_Id | integer |
None. |
|
Buyer_ClientId | integer |
None. |
|
Buyer_IsActive | boolean |
None. |
|
Buyer_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:
{ "Buyer_Pkey_ID": 1, "Buyer_UserId": 1, "Buyer_Invoice_Pkey_ID": 1, "Buyer_Amount": 1.0, "Buyer_PaymentDate": "2025-01-10T20:28:38.9329373+05:30", "Buyer_BankName": "sample string 2", "Buyer_BranchName": "sample string 3", "Buyer_AccountNumber": 4, "Buyer_AccountHolderName": "sample string 5", "Buyer_IFSCcode": "sample string 6", "Buyer_SWIFTcode": "sample string 7", "Buyer_Bank_Details": "sample string 8", "Buyer_Inventory_Id": "sample string 9", "Buyer_Trunsaction_Id": "sample string 10", "Buyer_UploadAttachment": "sample string 11", "Buyer_FileName": "sample string 12", "Buyer_Invoice_Id": 1, "Buyer_ClientId": 1, "Buyer_IsActive": true, "Buyer_IsDelete": true, "BankName": "sample string 13", "BankAddress": "sample string 14", "AccountNo": 15, "SwiftCode": "sample string 16", "RTGS_NEFT_IFSCCode": "sample string 17", "AccountHolderName": "sample string 18", "Type": 1, "UserID": 1 }
application/xml, text/xml
Sample:
<BuyerPaymentReceived_DTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AstaGuru.Models.OPS"> <AccountHolderName>sample string 18</AccountHolderName> <AccountNo>15</AccountNo> <BankAddress>sample string 14</BankAddress> <BankName>sample string 13</BankName> <Buyer_AccountHolderName>sample string 5</Buyer_AccountHolderName> <Buyer_AccountNumber>4</Buyer_AccountNumber> <Buyer_Amount>1</Buyer_Amount> <Buyer_BankName>sample string 2</Buyer_BankName> <Buyer_Bank_Details>sample string 8</Buyer_Bank_Details> <Buyer_BranchName>sample string 3</Buyer_BranchName> <Buyer_ClientId>1</Buyer_ClientId> <Buyer_FileName>sample string 12</Buyer_FileName> <Buyer_IFSCcode>sample string 6</Buyer_IFSCcode> <Buyer_Inventory_Id>sample string 9</Buyer_Inventory_Id> <Buyer_Invoice_Id>1</Buyer_Invoice_Id> <Buyer_Invoice_Pkey_ID>1</Buyer_Invoice_Pkey_ID> <Buyer_IsActive>true</Buyer_IsActive> <Buyer_IsDelete>true</Buyer_IsDelete> <Buyer_PaymentDate>2025-01-10T20:28:38.9329373+05:30</Buyer_PaymentDate> <Buyer_Pkey_ID>1</Buyer_Pkey_ID> <Buyer_SWIFTcode>sample string 7</Buyer_SWIFTcode> <Buyer_Trunsaction_Id>sample string 10</Buyer_Trunsaction_Id> <Buyer_UploadAttachment>sample string 11</Buyer_UploadAttachment> <Buyer_UserId>1</Buyer_UserId> <RTGS_NEFT_IFSCCode>sample string 17</RTGS_NEFT_IFSCCode> <SwiftCode>sample string 16</SwiftCode> <Type>1</Type> <UserID>1</UserID> </BuyerPaymentReceived_DTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.