POST Company/GetCompanyPackages

Request Information

URI Parameters

None.

Body Parameters

CompanyRequestModel
NameDescriptionTypeAdditional information
CompanyCommonIdentifier

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "<CompanyCommonIdentifier>k__BackingField": "9c426e72-7f64-4218-8796-fca08f6d1c79"
}

application/xml, text/xml

Sample:
<CompanyRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SystemAdmin.Messaging.RequestModels">
  <_x003C_CompanyCommonIdentifier_x003E_k__BackingField>9c426e72-7f64-4218-8796-fca08f6d1c79</_x003C_CompanyCommonIdentifier_x003E_k__BackingField>
</CompanyRequestModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CompanyRequestModel'.

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.