POST api/Proencumbtype_Controller/CreateProencumbtype
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| ProencumbtypeModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"encumb_id": 1,
"encumb_code": "sample string 2",
"Description": "sample string 3",
"Class": "sample string 4",
"Status": 5,
"status_name": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.