POST Api/ApprovedDrawing/SaveAuthority/{Project_Id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Project_Id | No documentation available. |
Define this parameter in the request URI. |
| Authorities | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"A_ID": 1,
"A_LPA_ID_FK": 2,
"A_AA_ID_FK": 3,
"A_PD_ID_FK": 4,
"A_Name": "sample string 5",
"A_Designation": "sample string 6",
"A_UserId_FK": 7,
"A_TS": "2025-12-07T07:59:05.3223848+05:30",
"A_Inactive": "sample string 9",
"A_TS_LastEdited": "2025-12-07T07:59:05.3223848+05:30",
"A_TS_Edited_Uid_FK": 11
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.