PUT api/rep/{repDID}/RepStatusTypes

This API method allows the user to change the Rep Status Type of Reps.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
repDID

Primary identifier for the Rep

string

Required

Body Parameters

The ID of the new Rep Status Type

integer

Request Formats

application/xml

Sample:

An exception has occurred while using the formatter 'XmlFormatter' to generate sample for media type 'application/xml'. Exception message: An object of type 'String' cannot be used with a type parameter of 'Int32'. Parameter name: value

text/xml

Sample:

An exception has occurred while using the formatter 'XmlFormatter' to generate sample for media type 'text/xml'. Exception message: An object of type 'String' cannot be used with a type parameter of 'Int32'. Parameter name: value

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: An object of type 'String' cannot be used with a type parameter of 'Int32'. Parameter name: value

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: An object of type 'String' cannot be used with a type parameter of 'Int32'. Parameter name: value

application/x-www-form-urlencoded

Sample:

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

Response Information

Resource Description

The object with specified outcome of changing the Rep Status Type of the Rep.

ApiResult
NameDescriptionTypeAdditional information
IsSuccessful

Whether the action was successful

boolean

None.

MessageTranslationKey

A translation key for any message that is returned. It will be the first of the messages if more than one exists.

string

None.

Message

Any message that needs to be conveyed related to the request. It will be the first of the messages if more than one exists.

string

None.

Messages

Any message that needs to be conveyed related to the request.

Collection of ApiResultMessage

None.

Response Formats

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

Sample:

Sample not available.