POST Api/ApprovedDrawing/SaveAuthority/{Project_Id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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": "2024-12-27T06:00:29.8418296+05:30",
  "A_Inactive": "sample string 9",
  "A_TS_LastEdited": "2024-12-27T06:00:29.8418296+05:30",
  "A_TS_Edited_Uid_FK": 11
}

application/xml, text/xml

Sample:
<AuthorityModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models">
  <A_AA_ID_FK>3</A_AA_ID_FK>
  <A_Designation>sample string 6</A_Designation>
  <A_ID>1</A_ID>
  <A_Inactive>sample string 9</A_Inactive>
  <A_LPA_ID_FK>2</A_LPA_ID_FK>
  <A_Name>sample string 5</A_Name>
  <A_PD_ID_FK>4</A_PD_ID_FK>
  <A_TS>2024-12-27T06:00:29.8418296+05:30</A_TS>
  <A_TS_Edited_Uid_FK>11</A_TS_Edited_Uid_FK>
  <A_TS_LastEdited>2024-12-27T06:00:29.8418296+05:30</A_TS_LastEdited>
  <A_UserId_FK>7</A_UserId_FK>
</AuthorityModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AuthorityModel'.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.