POST api/Client/SetNaturalPerson

Request Information

URI Parameters

None.

Body Parameters

RequestSetNaturalPerson
NameDescriptionTypeAdditional information
RequestID

integer

Required

Range: inclusive between 0 and 999999999

IdCity

integer

Required

Range: inclusive between 0 and 9999

Address

string

Required

String length: inclusive between 0 and 250

OtherCellPhone

string

Matching regular expression pattern: ^(\d{10})$

Request Formats

application/json, text/json

Sample:
{
  "RequestID": 1,
  "IdCity": 2,
  "Address": "sample string 3",
  "OtherCellPhone": "sample string 4"
}

application/xml, text/xml

Sample:
<RequestSetNaturalPerson xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ECD.WebAPIECD.Models.AppMovil">
  <Address>sample string 3</Address>
  <IdCity>2</IdCity>
  <OtherCellPhone>sample string 4</OtherCellPhone>
  <RequestID>1</RequestID>
</RequestSetNaturalPerson>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.