POST api/sms/SuperviseOrg
Request Information
URI Parameters
None.
Body Parameters
SuperviseOrgModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OrgId | globally unique identifier |
None. |
|
| TaskId | globally unique identifier |
None. |
|
| SuperviseContent | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrgId": "6949bd42-bdc7-48b8-baa0-4a6d8f36ea6e",
"TaskId": "b0e49f13-a481-4cf3-83af-5d06030f81a0",
"SuperviseContent": "sample string 2"
}
application/xml, text/xml
Sample:
<SuperviseOrgModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Siyan.Lianxinqiao.Webapi.Models.BidingModels"> <OrgId>6949bd42-bdc7-48b8-baa0-4a6d8f36ea6e</OrgId> <SuperviseContent>sample string 2</SuperviseContent> <TaskId>b0e49f13-a481-4cf3-83af-5d06030f81a0</TaskId> </SuperviseOrgModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.