POST api/LREnrty
Request Information
URI Parameters
None.
Body Parameters
Collection of S_LRDetailName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
InvoiceNo | string |
None. |
|
LRNo | string |
None. |
|
LRDate | date |
None. |
|
LRAmount | decimal number |
None. |
|
TransporterId | string |
None. |
|
InvoiceType | string |
None. |
|
ProductMainGroup | string |
None. |
|
PODId | integer |
None. |
|
LRImage | Collection of byte |
None. |
|
BranchCode | integer |
None. |
|
CreatedBy | integer |
None. |
|
CreatedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
[ { "Id": 1, "InvoiceNo": "sample string 2", "LRNo": "sample string 3", "LRDate": "2025-03-28T14:05:43.8215906+00:00", "LRAmount": 1.0, "TransporterId": "sample string 4", "InvoiceType": "sample string 5", "ProductMainGroup": "sample string 6", "PODId": 7, "LRImage": "QEA=", "BranchCode": 8, "CreatedBy": 1, "CreatedOn": "2025-03-28T14:05:43.8215906+00:00" }, { "Id": 1, "InvoiceNo": "sample string 2", "LRNo": "sample string 3", "LRDate": "2025-03-28T14:05:43.8215906+00:00", "LRAmount": 1.0, "TransporterId": "sample string 4", "InvoiceType": "sample string 5", "ProductMainGroup": "sample string 6", "PODId": 7, "LRImage": "QEA=", "BranchCode": 8, "CreatedBy": 1, "CreatedOn": "2025-03-28T14:05:43.8215906+00:00" } ]
application/xml, text/xml
Sample:
<ArrayOfS_LRDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RREL.Data.Models"> <S_LRDetail> <BranchCode>8</BranchCode> <CreatedBy>1</CreatedBy> <CreatedOn>2025-03-28T14:05:43.8215906+00:00</CreatedOn> <Id>1</Id> <InvoiceNo>sample string 2</InvoiceNo> <InvoiceType>sample string 5</InvoiceType> <LRAmount>1</LRAmount> <LRDate>2025-03-28T14:05:43.8215906+00:00</LRDate> <LRImage>QEA=</LRImage> <LRNo>sample string 3</LRNo> <PODId>7</PODId> <ProductMainGroup>sample string 6</ProductMainGroup> <TransporterId>sample string 4</TransporterId> </S_LRDetail> <S_LRDetail> <BranchCode>8</BranchCode> <CreatedBy>1</CreatedBy> <CreatedOn>2025-03-28T14:05:43.8215906+00:00</CreatedOn> <Id>1</Id> <InvoiceNo>sample string 2</InvoiceNo> <InvoiceType>sample string 5</InvoiceType> <LRAmount>1</LRAmount> <LRDate>2025-03-28T14:05:43.8215906+00:00</LRDate> <LRImage>QEA=</LRImage> <LRNo>sample string 3</LRNo> <PODId>7</PODId> <ProductMainGroup>sample string 6</ProductMainGroup> <TransporterId>sample string 4</TransporterId> </S_LRDetail> </ArrayOfS_LRDetail>
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. |