POST api/TransporterInvocie?type={type}&CreatedBy={CreatedBy}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
type | string |
Required |
|
CreatedBy | integer |
Required |
Body Parameters
Z_TransporterInvoiceName | Description | Type | Additional information |
---|---|---|---|
TransporterInvoice | S_TransporterInvoice |
None. |
|
PODEntry | Collection of S_PODEntry |
None. |
Request Formats
application/json, text/json
Sample:
{ "TransporterInvoice": { "Id": 1, "TransporterInvNo": "sample string 2", "TransporterInvDate": "2025-03-28T16:48:39.3756269+00:00", "TransporterInvAmt": 1.0, "TransporterId": "sample string 3", "TotalAmt": 1.0, "VoucherNo": "sample string 4", "TransId": "sample string 5", "CreatedBy": 1, "CreatedOn": "2025-03-28T16:48:39.3756269+00:00" }, "PODEntry": [ { "Id": 1, "PODDate": "2025-03-28T16:48:39.3756269+00:00", "PODDocument": "sample string 2", "TransporterId": "sample string 3", "InvoiceNo": "sample string 4", "InvoiceType": "sample string 5", "TransporterInvoiceNo": "sample string 6", "TransporterInvDate": "2025-03-28T16:48:39.3756269+00:00", "LRAmount": 1.0, "CreatedBy": 1, "CreatedOn": "2025-03-28T16:48:39.3756269+00:00" }, { "Id": 1, "PODDate": "2025-03-28T16:48:39.3756269+00:00", "PODDocument": "sample string 2", "TransporterId": "sample string 3", "InvoiceNo": "sample string 4", "InvoiceType": "sample string 5", "TransporterInvoiceNo": "sample string 6", "TransporterInvDate": "2025-03-28T16:48:39.3756269+00:00", "LRAmount": 1.0, "CreatedBy": 1, "CreatedOn": "2025-03-28T16:48:39.3756269+00:00" } ] }
application/xml, text/xml
Sample:
<Z_TransporterInvoice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RREL.Data.Models"> <PODEntry> <S_PODEntry> <CreatedBy>1</CreatedBy> <CreatedOn>2025-03-28T16:48:39.3756269+00:00</CreatedOn> <Id>1</Id> <InvoiceNo>sample string 4</InvoiceNo> <InvoiceType>sample string 5</InvoiceType> <LRAmount>1</LRAmount> <PODDate>2025-03-28T16:48:39.3756269+00:00</PODDate> <PODDocument>sample string 2</PODDocument> <TransporterId>sample string 3</TransporterId> <TransporterInvDate>2025-03-28T16:48:39.3756269+00:00</TransporterInvDate> <TransporterInvoiceNo>sample string 6</TransporterInvoiceNo> </S_PODEntry> <S_PODEntry> <CreatedBy>1</CreatedBy> <CreatedOn>2025-03-28T16:48:39.3756269+00:00</CreatedOn> <Id>1</Id> <InvoiceNo>sample string 4</InvoiceNo> <InvoiceType>sample string 5</InvoiceType> <LRAmount>1</LRAmount> <PODDate>2025-03-28T16:48:39.3756269+00:00</PODDate> <PODDocument>sample string 2</PODDocument> <TransporterId>sample string 3</TransporterId> <TransporterInvDate>2025-03-28T16:48:39.3756269+00:00</TransporterInvDate> <TransporterInvoiceNo>sample string 6</TransporterInvoiceNo> </S_PODEntry> </PODEntry> <TransporterInvoice> <CreatedBy>1</CreatedBy> <CreatedOn>2025-03-28T16:48:39.3756269+00:00</CreatedOn> <Id>1</Id> <TotalAmt>1</TotalAmt> <TransId>sample string 5</TransId> <TransporterId>sample string 3</TransporterId> <TransporterInvAmt>1</TransporterInvAmt> <TransporterInvDate>2025-03-28T16:48:39.3756269+00:00</TransporterInvDate> <TransporterInvNo>sample string 2</TransporterInvNo> <VoucherNo>sample string 4</VoucherNo> </TransporterInvoice> </Z_TransporterInvoice>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |