POST api/Customers/Process

Request Information

URI Parameters

None.

Body Parameters

CustomerProcessBindingModel
NameDescriptionTypeAdditional information
Id

integer

None.

GroupId

globally unique identifier

None.

Description

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "groupId": "7f90df03-eb35-4a97-a15b-81afb6e5b49a",
  "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>7f90df03-eb35-4a97-a15b-81afb6e5b49a</GroupId>
  <Id>1</Id>
</CustomerProcessBindingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.