POST api/G3/AddClientDocument?clientId={clientId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientId

string

Required

Body Parameters

G3AddClientDocumentRequest
NameDescriptionTypeAdditional information
Type

string

None.

Fields

Collection of Object

None.

Request Formats

application/json, text/json

Sample:
{
  "Type": "sample string 1",
  "Fields": {}
}

text/xml

Sample:
<G3AddClientDocumentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RIA_API.Models.Requests.G3">
  <Fields xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
  <Type>sample string 1</Type>
</G3AddClientDocumentRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.