POST api/Position?contactId={contactId}&accountId={accountId}&positionTitleId={positionTitleId}

Create New Position Record
Possible Service Responses:
201/Created - position created successfully and returned in the body of the response.
500/Internal Server - unexpected server error, details in the body of the response.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
contactId

System.String

Required

accountId

System.String

Required

positionTitleId

System.String

Required

Body Parameters

None.

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

System.String

None.

Headers

System.Net.Http.Headers.HttpResponseHeaders

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

System.Boolean

None.