POST api/MOD/SendRT99Report
Request Information
URI Parameters
None.
Body Parameters
SendRT99DTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ModId | integer |
None. |
|
| AssociateId | integer |
None. |
|
| string |
None. |
||
| PhoneNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ModId": 1,
"AssociateId": 2,
"Email": "sample string 3",
"PhoneNo": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true