Documentation ¶
Index ¶
- Constants
- type UpdateMTOServiceItemStatus
- type UpdateMTOServiceItemStatusBadRequest
- func (o *UpdateMTOServiceItemStatusBadRequest) SetPayload(payload *supportmessages.ClientError)
- func (o *UpdateMTOServiceItemStatusBadRequest) WithPayload(payload *supportmessages.ClientError) *UpdateMTOServiceItemStatusBadRequest
- func (o *UpdateMTOServiceItemStatusBadRequest) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)
- type UpdateMTOServiceItemStatusConflict
- func (o *UpdateMTOServiceItemStatusConflict) SetPayload(payload *supportmessages.ClientError)
- func (o *UpdateMTOServiceItemStatusConflict) WithPayload(payload *supportmessages.ClientError) *UpdateMTOServiceItemStatusConflict
- func (o *UpdateMTOServiceItemStatusConflict) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)
- type UpdateMTOServiceItemStatusForbidden
- func (o *UpdateMTOServiceItemStatusForbidden) SetPayload(payload *supportmessages.ClientError)
- func (o *UpdateMTOServiceItemStatusForbidden) WithPayload(payload *supportmessages.ClientError) *UpdateMTOServiceItemStatusForbidden
- func (o *UpdateMTOServiceItemStatusForbidden) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)
- type UpdateMTOServiceItemStatusHandler
- type UpdateMTOServiceItemStatusHandlerFunc
- type UpdateMTOServiceItemStatusInternalServerError
- func (o *UpdateMTOServiceItemStatusInternalServerError) SetPayload(payload *supportmessages.Error)
- func (o *UpdateMTOServiceItemStatusInternalServerError) WithPayload(payload *supportmessages.Error) *UpdateMTOServiceItemStatusInternalServerError
- func (o *UpdateMTOServiceItemStatusInternalServerError) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)
- type UpdateMTOServiceItemStatusNotFound
- func (o *UpdateMTOServiceItemStatusNotFound) SetPayload(payload *supportmessages.ClientError)
- func (o *UpdateMTOServiceItemStatusNotFound) WithPayload(payload *supportmessages.ClientError) *UpdateMTOServiceItemStatusNotFound
- func (o *UpdateMTOServiceItemStatusNotFound) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)
- type UpdateMTOServiceItemStatusOK
- func (o *UpdateMTOServiceItemStatusOK) SetPayload(payload supportmessages.MTOServiceItem)
- func (o *UpdateMTOServiceItemStatusOK) WithPayload(payload supportmessages.MTOServiceItem) *UpdateMTOServiceItemStatusOK
- func (o *UpdateMTOServiceItemStatusOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)
- type UpdateMTOServiceItemStatusParams
- type UpdateMTOServiceItemStatusPreconditionFailed
- func (o *UpdateMTOServiceItemStatusPreconditionFailed) SetPayload(payload *supportmessages.ClientError)
- func (o *UpdateMTOServiceItemStatusPreconditionFailed) WithPayload(payload *supportmessages.ClientError) *UpdateMTOServiceItemStatusPreconditionFailed
- func (o *UpdateMTOServiceItemStatusPreconditionFailed) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)
- type UpdateMTOServiceItemStatusURL
- func (o *UpdateMTOServiceItemStatusURL) Build() (*url.URL, error)
- func (o *UpdateMTOServiceItemStatusURL) BuildFull(scheme, host string) (*url.URL, error)
- func (o *UpdateMTOServiceItemStatusURL) Must(u *url.URL, err error) *url.URL
- func (o *UpdateMTOServiceItemStatusURL) SetBasePath(bp string)
- func (o *UpdateMTOServiceItemStatusURL) String() string
- func (o *UpdateMTOServiceItemStatusURL) StringFull(scheme, host string) string
- func (o *UpdateMTOServiceItemStatusURL) WithBasePath(bp string) *UpdateMTOServiceItemStatusURL
- type UpdateMTOServiceItemStatusUnauthorized
- func (o *UpdateMTOServiceItemStatusUnauthorized) SetPayload(payload *supportmessages.ClientError)
- func (o *UpdateMTOServiceItemStatusUnauthorized) WithPayload(payload *supportmessages.ClientError) *UpdateMTOServiceItemStatusUnauthorized
- func (o *UpdateMTOServiceItemStatusUnauthorized) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)
- type UpdateMTOServiceItemStatusUnprocessableEntity
- func (o *UpdateMTOServiceItemStatusUnprocessableEntity) SetPayload(payload *supportmessages.ValidationError)
- func (o *UpdateMTOServiceItemStatusUnprocessableEntity) WithPayload(payload *supportmessages.ValidationError) *UpdateMTOServiceItemStatusUnprocessableEntity
- func (o *UpdateMTOServiceItemStatusUnprocessableEntity) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)
Constants ¶
const UpdateMTOServiceItemStatusBadRequestCode int = 400
UpdateMTOServiceItemStatusBadRequestCode is the HTTP code returned for type UpdateMTOServiceItemStatusBadRequest
const UpdateMTOServiceItemStatusConflictCode int = 409
UpdateMTOServiceItemStatusConflictCode is the HTTP code returned for type UpdateMTOServiceItemStatusConflict
const UpdateMTOServiceItemStatusForbiddenCode int = 403
UpdateMTOServiceItemStatusForbiddenCode is the HTTP code returned for type UpdateMTOServiceItemStatusForbidden
const UpdateMTOServiceItemStatusInternalServerErrorCode int = 500
UpdateMTOServiceItemStatusInternalServerErrorCode is the HTTP code returned for type UpdateMTOServiceItemStatusInternalServerError
const UpdateMTOServiceItemStatusNotFoundCode int = 404
UpdateMTOServiceItemStatusNotFoundCode is the HTTP code returned for type UpdateMTOServiceItemStatusNotFound
const UpdateMTOServiceItemStatusOKCode int = 200
UpdateMTOServiceItemStatusOKCode is the HTTP code returned for type UpdateMTOServiceItemStatusOK
const UpdateMTOServiceItemStatusPreconditionFailedCode int = 412
UpdateMTOServiceItemStatusPreconditionFailedCode is the HTTP code returned for type UpdateMTOServiceItemStatusPreconditionFailed
UpdateMTOServiceItemStatusUnauthorizedCode is the HTTP code returned for type UpdateMTOServiceItemStatusUnauthorized
const UpdateMTOServiceItemStatusUnprocessableEntityCode int = 422
UpdateMTOServiceItemStatusUnprocessableEntityCode is the HTTP code returned for type UpdateMTOServiceItemStatusUnprocessableEntity
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UpdateMTOServiceItemStatus ¶
type UpdateMTOServiceItemStatus struct { Context *middleware.Context Handler UpdateMTOServiceItemStatusHandler }
UpdateMTOServiceItemStatus swagger:route PATCH /mto-service-items/{mtoServiceItemID}/status mtoServiceItem updateMTOServiceItemStatus
updateMTOServiceItemStatus
Updates the status of a service item for a move to APPROVED or REJECTED. <br /> <br /> This is a support endpoint and will not be available in production.
func NewUpdateMTOServiceItemStatus ¶
func NewUpdateMTOServiceItemStatus(ctx *middleware.Context, handler UpdateMTOServiceItemStatusHandler) *UpdateMTOServiceItemStatus
NewUpdateMTOServiceItemStatus creates a new http.Handler for the update m t o service item status operation
func (*UpdateMTOServiceItemStatus) ServeHTTP ¶
func (o *UpdateMTOServiceItemStatus) ServeHTTP(rw http.ResponseWriter, r *http.Request)
type UpdateMTOServiceItemStatusBadRequest ¶
type UpdateMTOServiceItemStatusBadRequest struct { /* In: Body */ Payload *supportmessages.ClientError `json:"body,omitempty"` }
UpdateMTOServiceItemStatusBadRequest The request payload is invalid.
swagger:response updateMTOServiceItemStatusBadRequest
func NewUpdateMTOServiceItemStatusBadRequest ¶
func NewUpdateMTOServiceItemStatusBadRequest() *UpdateMTOServiceItemStatusBadRequest
NewUpdateMTOServiceItemStatusBadRequest creates UpdateMTOServiceItemStatusBadRequest with default headers values
func (*UpdateMTOServiceItemStatusBadRequest) SetPayload ¶
func (o *UpdateMTOServiceItemStatusBadRequest) SetPayload(payload *supportmessages.ClientError)
SetPayload sets the payload to the update m t o service item status bad request response
func (*UpdateMTOServiceItemStatusBadRequest) WithPayload ¶
func (o *UpdateMTOServiceItemStatusBadRequest) WithPayload(payload *supportmessages.ClientError) *UpdateMTOServiceItemStatusBadRequest
WithPayload adds the payload to the update m t o service item status bad request response
func (*UpdateMTOServiceItemStatusBadRequest) WriteResponse ¶
func (o *UpdateMTOServiceItemStatusBadRequest) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)
WriteResponse to the client
type UpdateMTOServiceItemStatusConflict ¶
type UpdateMTOServiceItemStatusConflict struct { /* In: Body */ Payload *supportmessages.ClientError `json:"body,omitempty"` }
UpdateMTOServiceItemStatusConflict There was a conflict with the request.
swagger:response updateMTOServiceItemStatusConflict
func NewUpdateMTOServiceItemStatusConflict ¶
func NewUpdateMTOServiceItemStatusConflict() *UpdateMTOServiceItemStatusConflict
NewUpdateMTOServiceItemStatusConflict creates UpdateMTOServiceItemStatusConflict with default headers values
func (*UpdateMTOServiceItemStatusConflict) SetPayload ¶
func (o *UpdateMTOServiceItemStatusConflict) SetPayload(payload *supportmessages.ClientError)
SetPayload sets the payload to the update m t o service item status conflict response
func (*UpdateMTOServiceItemStatusConflict) WithPayload ¶
func (o *UpdateMTOServiceItemStatusConflict) WithPayload(payload *supportmessages.ClientError) *UpdateMTOServiceItemStatusConflict
WithPayload adds the payload to the update m t o service item status conflict response
func (*UpdateMTOServiceItemStatusConflict) WriteResponse ¶
func (o *UpdateMTOServiceItemStatusConflict) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)
WriteResponse to the client
type UpdateMTOServiceItemStatusForbidden ¶
type UpdateMTOServiceItemStatusForbidden struct { /* In: Body */ Payload *supportmessages.ClientError `json:"body,omitempty"` }
UpdateMTOServiceItemStatusForbidden The request was denied.
swagger:response updateMTOServiceItemStatusForbidden
func NewUpdateMTOServiceItemStatusForbidden ¶
func NewUpdateMTOServiceItemStatusForbidden() *UpdateMTOServiceItemStatusForbidden
NewUpdateMTOServiceItemStatusForbidden creates UpdateMTOServiceItemStatusForbidden with default headers values
func (*UpdateMTOServiceItemStatusForbidden) SetPayload ¶
func (o *UpdateMTOServiceItemStatusForbidden) SetPayload(payload *supportmessages.ClientError)
SetPayload sets the payload to the update m t o service item status forbidden response
func (*UpdateMTOServiceItemStatusForbidden) WithPayload ¶
func (o *UpdateMTOServiceItemStatusForbidden) WithPayload(payload *supportmessages.ClientError) *UpdateMTOServiceItemStatusForbidden
WithPayload adds the payload to the update m t o service item status forbidden response
func (*UpdateMTOServiceItemStatusForbidden) WriteResponse ¶
func (o *UpdateMTOServiceItemStatusForbidden) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)
WriteResponse to the client
type UpdateMTOServiceItemStatusHandler ¶
type UpdateMTOServiceItemStatusHandler interface {
Handle(UpdateMTOServiceItemStatusParams) middleware.Responder
}
UpdateMTOServiceItemStatusHandler interface for that can handle valid update m t o service item status params
type UpdateMTOServiceItemStatusHandlerFunc ¶
type UpdateMTOServiceItemStatusHandlerFunc func(UpdateMTOServiceItemStatusParams) middleware.Responder
UpdateMTOServiceItemStatusHandlerFunc turns a function with the right signature into a update m t o service item status handler
func (UpdateMTOServiceItemStatusHandlerFunc) Handle ¶
func (fn UpdateMTOServiceItemStatusHandlerFunc) Handle(params UpdateMTOServiceItemStatusParams) middleware.Responder
Handle executing the request and returning a response
type UpdateMTOServiceItemStatusInternalServerError ¶
type UpdateMTOServiceItemStatusInternalServerError struct { /* In: Body */ Payload *supportmessages.Error `json:"body,omitempty"` }
UpdateMTOServiceItemStatusInternalServerError A server error occurred.
swagger:response updateMTOServiceItemStatusInternalServerError
func NewUpdateMTOServiceItemStatusInternalServerError ¶
func NewUpdateMTOServiceItemStatusInternalServerError() *UpdateMTOServiceItemStatusInternalServerError
NewUpdateMTOServiceItemStatusInternalServerError creates UpdateMTOServiceItemStatusInternalServerError with default headers values
func (*UpdateMTOServiceItemStatusInternalServerError) SetPayload ¶
func (o *UpdateMTOServiceItemStatusInternalServerError) SetPayload(payload *supportmessages.Error)
SetPayload sets the payload to the update m t o service item status internal server error response
func (*UpdateMTOServiceItemStatusInternalServerError) WithPayload ¶
func (o *UpdateMTOServiceItemStatusInternalServerError) WithPayload(payload *supportmessages.Error) *UpdateMTOServiceItemStatusInternalServerError
WithPayload adds the payload to the update m t o service item status internal server error response
func (*UpdateMTOServiceItemStatusInternalServerError) WriteResponse ¶
func (o *UpdateMTOServiceItemStatusInternalServerError) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)
WriteResponse to the client
type UpdateMTOServiceItemStatusNotFound ¶
type UpdateMTOServiceItemStatusNotFound struct { /* In: Body */ Payload *supportmessages.ClientError `json:"body,omitempty"` }
UpdateMTOServiceItemStatusNotFound The requested resource wasn't found.
swagger:response updateMTOServiceItemStatusNotFound
func NewUpdateMTOServiceItemStatusNotFound ¶
func NewUpdateMTOServiceItemStatusNotFound() *UpdateMTOServiceItemStatusNotFound
NewUpdateMTOServiceItemStatusNotFound creates UpdateMTOServiceItemStatusNotFound with default headers values
func (*UpdateMTOServiceItemStatusNotFound) SetPayload ¶
func (o *UpdateMTOServiceItemStatusNotFound) SetPayload(payload *supportmessages.ClientError)
SetPayload sets the payload to the update m t o service item status not found response
func (*UpdateMTOServiceItemStatusNotFound) WithPayload ¶
func (o *UpdateMTOServiceItemStatusNotFound) WithPayload(payload *supportmessages.ClientError) *UpdateMTOServiceItemStatusNotFound
WithPayload adds the payload to the update m t o service item status not found response
func (*UpdateMTOServiceItemStatusNotFound) WriteResponse ¶
func (o *UpdateMTOServiceItemStatusNotFound) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)
WriteResponse to the client
type UpdateMTOServiceItemStatusOK ¶
type UpdateMTOServiceItemStatusOK struct { /* In: Body */ Payload supportmessages.MTOServiceItem `json:"body,omitempty"` }
UpdateMTOServiceItemStatusOK Successfully updated service item status for a move task order.
swagger:response updateMTOServiceItemStatusOK
func NewUpdateMTOServiceItemStatusOK ¶
func NewUpdateMTOServiceItemStatusOK() *UpdateMTOServiceItemStatusOK
NewUpdateMTOServiceItemStatusOK creates UpdateMTOServiceItemStatusOK with default headers values
func (*UpdateMTOServiceItemStatusOK) SetPayload ¶
func (o *UpdateMTOServiceItemStatusOK) SetPayload(payload supportmessages.MTOServiceItem)
SetPayload sets the payload to the update m t o service item status o k response
func (*UpdateMTOServiceItemStatusOK) WithPayload ¶
func (o *UpdateMTOServiceItemStatusOK) WithPayload(payload supportmessages.MTOServiceItem) *UpdateMTOServiceItemStatusOK
WithPayload adds the payload to the update m t o service item status o k response
func (*UpdateMTOServiceItemStatusOK) WriteResponse ¶
func (o *UpdateMTOServiceItemStatusOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)
WriteResponse to the client
type UpdateMTOServiceItemStatusParams ¶
type UpdateMTOServiceItemStatusParams struct { // HTTP Request Object HTTPRequest *http.Request `json:"-"` /*Optimistic locking is implemented via the `If-Match` header. If the ETag header does not match the value of the resource on the server, the server rejects the change with a `412 Precondition Failed` error. Required: true In: header */ IfMatch string /* Required: true In: body */ Body *supportmessages.UpdateMTOServiceItemStatus /*UUID of mto service item to use. Required: true In: path */ MtoServiceItemID string }
UpdateMTOServiceItemStatusParams contains all the bound params for the update m t o service item status operation typically these are obtained from a http.Request
swagger:parameters updateMTOServiceItemStatus
func NewUpdateMTOServiceItemStatusParams ¶
func NewUpdateMTOServiceItemStatusParams() UpdateMTOServiceItemStatusParams
NewUpdateMTOServiceItemStatusParams creates a new UpdateMTOServiceItemStatusParams object
There are no default values defined in the spec.
func (*UpdateMTOServiceItemStatusParams) BindRequest ¶
func (o *UpdateMTOServiceItemStatusParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error
BindRequest both binds and validates a request, it assumes that complex things implement a Validatable(strfmt.Registry) error interface for simple values it will use straight method calls.
To ensure default values, the struct must have been initialized with NewUpdateMTOServiceItemStatusParams() beforehand.
type UpdateMTOServiceItemStatusPreconditionFailed ¶
type UpdateMTOServiceItemStatusPreconditionFailed struct { /* In: Body */ Payload *supportmessages.ClientError `json:"body,omitempty"` }
UpdateMTOServiceItemStatusPreconditionFailed Precondition failed, likely due to a stale eTag (If-Match). Fetch the request again to get the updated eTag value.
swagger:response updateMTOServiceItemStatusPreconditionFailed
func NewUpdateMTOServiceItemStatusPreconditionFailed ¶
func NewUpdateMTOServiceItemStatusPreconditionFailed() *UpdateMTOServiceItemStatusPreconditionFailed
NewUpdateMTOServiceItemStatusPreconditionFailed creates UpdateMTOServiceItemStatusPreconditionFailed with default headers values
func (*UpdateMTOServiceItemStatusPreconditionFailed) SetPayload ¶
func (o *UpdateMTOServiceItemStatusPreconditionFailed) SetPayload(payload *supportmessages.ClientError)
SetPayload sets the payload to the update m t o service item status precondition failed response
func (*UpdateMTOServiceItemStatusPreconditionFailed) WithPayload ¶
func (o *UpdateMTOServiceItemStatusPreconditionFailed) WithPayload(payload *supportmessages.ClientError) *UpdateMTOServiceItemStatusPreconditionFailed
WithPayload adds the payload to the update m t o service item status precondition failed response
func (*UpdateMTOServiceItemStatusPreconditionFailed) WriteResponse ¶
func (o *UpdateMTOServiceItemStatusPreconditionFailed) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)
WriteResponse to the client
type UpdateMTOServiceItemStatusURL ¶
type UpdateMTOServiceItemStatusURL struct { MtoServiceItemID string // contains filtered or unexported fields }
UpdateMTOServiceItemStatusURL generates an URL for the update m t o service item status operation
func (*UpdateMTOServiceItemStatusURL) Build ¶
func (o *UpdateMTOServiceItemStatusURL) Build() (*url.URL, error)
Build a url path and query string
func (*UpdateMTOServiceItemStatusURL) BuildFull ¶
func (o *UpdateMTOServiceItemStatusURL) BuildFull(scheme, host string) (*url.URL, error)
BuildFull builds a full url with scheme, host, path and query string
func (*UpdateMTOServiceItemStatusURL) Must ¶
Must is a helper function to panic when the url builder returns an error
func (*UpdateMTOServiceItemStatusURL) SetBasePath ¶
func (o *UpdateMTOServiceItemStatusURL) SetBasePath(bp string)
SetBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string
func (*UpdateMTOServiceItemStatusURL) String ¶
func (o *UpdateMTOServiceItemStatusURL) String() string
String returns the string representation of the path with query string
func (*UpdateMTOServiceItemStatusURL) StringFull ¶
func (o *UpdateMTOServiceItemStatusURL) StringFull(scheme, host string) string
StringFull returns the string representation of a complete url
func (*UpdateMTOServiceItemStatusURL) WithBasePath ¶
func (o *UpdateMTOServiceItemStatusURL) WithBasePath(bp string) *UpdateMTOServiceItemStatusURL
WithBasePath sets the base path for this url builder, only required when it's different from the base path specified in the swagger spec. When the value of the base path is an empty string
type UpdateMTOServiceItemStatusUnauthorized ¶
type UpdateMTOServiceItemStatusUnauthorized struct { supportmessages.ClientError `json:"body,omitempty"` }Payload *
UpdateMTOServiceItemStatusUnauthorized The request was denied.
swagger:response updateMTOServiceItemStatusUnauthorized
func NewUpdateMTOServiceItemStatusUnauthorized ¶
func NewUpdateMTOServiceItemStatusUnauthorized() *UpdateMTOServiceItemStatusUnauthorized
NewUpdateMTOServiceItemStatusUnauthorized creates UpdateMTOServiceItemStatusUnauthorized with default headers values
func (*UpdateMTOServiceItemStatusUnauthorized) SetPayload ¶
func (o *UpdateMTOServiceItemStatusUnauthorized) SetPayload(payload *supportmessages.ClientError)
SetPayload sets the payload to the update m t o service item status unauthorized response
func (*UpdateMTOServiceItemStatusUnauthorized) WithPayload ¶
func (o *UpdateMTOServiceItemStatusUnauthorized) WithPayload(payload *supportmessages.ClientError) *UpdateMTOServiceItemStatusUnauthorized
WithPayload adds the payload to the update m t o service item status unauthorized response
func (*UpdateMTOServiceItemStatusUnauthorized) WriteResponse ¶
func (o *UpdateMTOServiceItemStatusUnauthorized) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)
WriteResponse to the client
type UpdateMTOServiceItemStatusUnprocessableEntity ¶
type UpdateMTOServiceItemStatusUnprocessableEntity struct { /* In: Body */ Payload *supportmessages.ValidationError `json:"body,omitempty"` }
UpdateMTOServiceItemStatusUnprocessableEntity The payload was unprocessable.
swagger:response updateMTOServiceItemStatusUnprocessableEntity
func NewUpdateMTOServiceItemStatusUnprocessableEntity ¶
func NewUpdateMTOServiceItemStatusUnprocessableEntity() *UpdateMTOServiceItemStatusUnprocessableEntity
NewUpdateMTOServiceItemStatusUnprocessableEntity creates UpdateMTOServiceItemStatusUnprocessableEntity with default headers values
func (*UpdateMTOServiceItemStatusUnprocessableEntity) SetPayload ¶
func (o *UpdateMTOServiceItemStatusUnprocessableEntity) SetPayload(payload *supportmessages.ValidationError)
SetPayload sets the payload to the update m t o service item status unprocessable entity response
func (*UpdateMTOServiceItemStatusUnprocessableEntity) WithPayload ¶
func (o *UpdateMTOServiceItemStatusUnprocessableEntity) WithPayload(payload *supportmessages.ValidationError) *UpdateMTOServiceItemStatusUnprocessableEntity
WithPayload adds the payload to the update m t o service item status unprocessable entity response
func (*UpdateMTOServiceItemStatusUnprocessableEntity) WriteResponse ¶
func (o *UpdateMTOServiceItemStatusUnprocessableEntity) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)
WriteResponse to the client