TRANSMITTAL-METHOD
This method allows inserting transmittal methods through a REST API.
POST /apigateway/se/rest/v1/document/transmittal-method
Request example:
Request body parameter | Type | Required | Description |
---|---|---|---|
idReason | String | No | ID # |
nmReason | String | Yes | Name |
dsReason | String | No | Description |
Request example:
{
"idReason": "string",
"nmReason": "string",
"dsReason": "string"
}
Response example:
200 OK
{
"success": true,
"total": 1,
"results": [
{
"Result": true,
"Code": 1
}
]
}