POST api/CustomerDemand/Process
Request Information
URI Parameters
None.
Body Parameters
CustomerProcessBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| GroupId | globally unique identifier |
None. |
|
| Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"groupId": "24336762-0cba-498f-bbdd-7cca9712c156",
"description": "sample string 2"
}
application/xml, text/xml
Sample:
<CustomerProcessBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgencyWebAPI.Models.Customer"> <Description>sample string 2</Description> <GroupId>24336762-0cba-498f-bbdd-7cca9712c156</GroupId> <Id>1</Id> </CustomerProcessBindingModel>
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.