POST services/api/v1/Get_GrnForSearch
Request Information
URI Parameters
None.
Body Parameters
LocationId| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LocationId": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of Grn_Search| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Name | string |
None. |
|
| VoucherNo | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Code": 1,
"Name": "sample string 2",
"VoucherNo": 3
},
{
"Code": 1,
"Name": "sample string 2",
"VoucherNo": 3
}
]