POST api/MakerChecker/CreateMakerChecker
Request Information
URI Parameters
None.
Body Parameters
MakeCheckModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EntityTypeId | integer |
None. |
|
| Id | integer |
None. |
|
| AppId | integer |
Required |
|
| Payload | string |
None. |
|
| PayloadViewTemplate | string |
None. |
|
| URL | string |
None. |
|
| RejectionURL | string |
None. |
|
| RequestMethod | string |
None. |
|
| StatusId | integer |
None. |
|
| CreatedBy | string |
None. |
|
| ApprovedBy | string |
None. |
|
| Comment | string |
None. |
|
| CreatedDate | date |
None. |
|
| ApprovedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"EntityTypeId": 1,
"Id": 2,
"AppId": 3,
"Payload": "sample string 4",
"PayloadViewTemplate": "sample string 5",
"URL": "sample string 6",
"RejectionURL": "sample string 7",
"RequestMethod": "sample string 8",
"StatusId": 9,
"CreatedBy": "sample string 10",
"ApprovedBy": "sample string 11",
"Comment": "sample string 12",
"CreatedDate": "2025-12-28T13:45:45.0089487+00:00",
"ApprovedDate": "2025-12-28T13:45:45.0089487+00:00"
}
multipart/form-data
Sample:
{"EntityTypeId":1,"Id":2,"AppId":3,"Payload":"sample string 4","PayloadViewTemplate":"sample string 5","URL":"sample string 6","RejectionURL":"sample string 7","RequestMethod":"sample string 8","StatusId":9,"CreatedBy":"sample string 10","ApprovedBy":"sample string 11","Comment":"sample string 12","CreatedDate":"2025-12-28T13:45:45.0089487+00:00","ApprovedDate":"2025-12-28T13:45:45.0089487+00:00"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.