POST api/tbl_GR_Register_InvNo
Request Information
URI Parameters
None.
Body Parameters
tbl_GR_InvoiceType| Name | Description | Type | Additional information |
|---|---|---|---|
| GR_InvoiceType_AddedBy | integer |
None. |
|
| GR_InvoiceType_AddedOn | string |
None. |
|
| GR_InvoiceType_Name | string |
None. |
|
| GR_InvoiceType_Id | integer |
None. |
|
| GR_InvoiceType_OrderNo | integer |
None. |
|
| GR_InvoiceType_ModifiedBy | integer |
None. |
|
| GR_InvoiceType_ModifiedOn | string |
None. |
|
| GR_InvoiceType_Status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"GR_InvoiceType_AddedBy": 1,
"GR_InvoiceType_AddedOn": "sample string 2",
"GR_InvoiceType_Name": "sample string 3",
"GR_InvoiceType_Id": 4,
"GR_InvoiceType_OrderNo": 5,
"GR_InvoiceType_ModifiedBy": 6,
"GR_InvoiceType_ModifiedOn": "sample string 7",
"GR_InvoiceType_Status": 8
}
application/xml, text/xml
Sample:
<tbl_GR_InvoiceType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MIDAS_API.Models"> <GR_InvoiceType_AddedBy>1</GR_InvoiceType_AddedBy> <GR_InvoiceType_AddedOn>sample string 2</GR_InvoiceType_AddedOn> <GR_InvoiceType_Id>4</GR_InvoiceType_Id> <GR_InvoiceType_ModifiedBy>6</GR_InvoiceType_ModifiedBy> <GR_InvoiceType_ModifiedOn>sample string 7</GR_InvoiceType_ModifiedOn> <GR_InvoiceType_Name>sample string 3</GR_InvoiceType_Name> <GR_InvoiceType_OrderNo>5</GR_InvoiceType_OrderNo> <GR_InvoiceType_Status>8</GR_InvoiceType_Status> </tbl_GR_InvoiceType>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |