POST api/Base/AuditTeachingPlan
Request Information
URI Parameters
None.
Body Parameters
PlanrList| Name | Description | Type | Additional information |
|---|---|---|---|
| Char_PlanrGUID | string |
None. |
|
| Operator | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Char_PlanrGUID": "sample string 1",
"Operator": "sample string 2"
}
application/xml, text/xml
Sample:
<PlanrList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XRKData"> <Char_PlanrGUID>sample string 1</Char_PlanrGUID> <Operator>sample string 2</Operator> </PlanrList>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |