POST api/Grower/DepositPurchy?PurchyNo={PurchyNo}&gCode={gCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PurchyNo | string |
Required |
|
| gCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResultVM| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | string |
None. |
|
| Data | Object |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"StatusCode": "sample string 1",
"Data": {},
"Message": "sample string 3"
}
text/html
Sample:
{"StatusCode":"sample string 1","Data":{},"Message":"sample string 3"}