POST api/VendorApprover/InsertDeptwiseApprovalDetails
Request Information
URI Parameters
None.
Body Parameters
InsertDeptwiseApprovalDetailsDTOName | Description | Type | Additional information |
---|---|---|---|
DeptId | integer |
None. |
|
DeptRecc1 | integer |
None. |
|
DeptRecc2 | integer |
None. |
|
DeptRecc3 | integer |
None. |
|
DeptRecc4 | integer |
None. |
|
DeptRecc5 | integer |
None. |
|
IsActive | boolean |
None. |
|
Domain | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "DeptId": 1, "DeptRecc1": 2, "DeptRecc2": 3, "DeptRecc3": 4, "DeptRecc4": 5, "DeptRecc5": 6, "IsActive": true, "Domain": "sample string 8" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
MessageName | Description | Type | Additional information |
---|---|---|---|
ResponseFlag | integer |
None. |
|
ResponseMessage | string |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "ResponseFlag": 1, "ResponseMessage": "sample string 2", "Data": {} }