POST api/Campaigns/Process

Request Information

URI Parameters

None.

Body Parameters

CampaignProcessBindingModel
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

StatusId

globally unique identifier

None.

Description

string

None.

Percentage

byte

None.

Finance

decimal number

None.

IsLoanBank

boolean

None.

ProjectId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "afb0793c-4154-4471-b6fd-e1718a809724",
  "statusId": "72249e30-2374-48b1-81c7-1dd2dadbfb80",
  "description": "sample string 3",
  "percentage": 64,
  "finance": 5.0,
  "isLoanBank": true,
  "projectId": 7
}

application/xml, text/xml

Sample:
<CampaignProcessBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgencyWebAPI.Models.Campaign">
  <Description>sample string 3</Description>
  <Finance>5</Finance>
  <Id>afb0793c-4154-4471-b6fd-e1718a809724</Id>
  <IsLoanBank>true</IsLoanBank>
  <Percentage>64</Percentage>
  <ProjectId>7</ProjectId>
  <StatusId>72249e30-2374-48b1-81c7-1dd2dadbfb80</StatusId>
</CampaignProcessBindingModel>

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.