POST api/account/ServiceChangeLog
Request Information
URI Parameters
None.
Body Parameters
ServiceChangeLogInput| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceID | integer |
None. |
|
| ChangeType | string |
None. |
|
| ChangedBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ServiceID": 1,
"ChangeType": "sample string 1",
"ChangedBy": 1
}
application/xml, text/xml
Sample:
<ServiceChangeLogInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FEAWebServices.Controllers"> <ChangeType>sample string 1</ChangeType> <ChangedBy>1</ChangedBy> <ServiceID>1</ServiceID> </ServiceChangeLogInput>
multipart/form-data
Sample:
<ServiceChangeLogInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FEAWebServices.Controllers"><ChangeType>sample string 1</ChangeType><ChangedBy>1</ChangedBy><ServiceID>1</ServiceID></ServiceChangeLogInput>
application/x-www-form-urlencoded
Sample:
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. |