POST SetCustomerDemoData

Request Information

URI Parameters

None.

Body Parameters

CustomerDemoMasterEntity
NameDescriptionTypeAdditional information
CustomerCode

string

None.

TopicID

integer

None.

IsValid

integer

None.

ActivityID

integer

None.

UserID

integer

None.

Latitude

decimal number

None.

Longitude

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerCode": "sample string 1",
  "TopicID": 2,
  "IsValid": 3,
  "ActivityID": 4,
  "UserID": 5,
  "Latitude": 6.1,
  "Longitude": 7.1
}

application/xml, text/xml

Sample:
<CustomerDemoMasterEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SF_API.Entity.Customer">
  <ActivityID>4</ActivityID>
  <CustomerCode>sample string 1</CustomerCode>
  <IsValid>3</IsValid>
  <Latitude>6.1</Latitude>
  <Longitude>7.1</Longitude>
  <TopicID>2</TopicID>
  <UserID>5</UserID>
</CustomerDemoMasterEntity>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.