GET api/SingleValidation?stencil={stencil}&lastName={lastName}
Single Validation Service - provides the ability to check the status of a Stencil.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| stencil | The stencil number to be validated. |
Define this parameter in the request URI. |
| lastName | The last name of the Woolclasser. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Stencil": "sample string 1",
"StencilStatus": "sample string 2"
}
application/xml, text/xml
Sample:
<ValidationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MCS.Service.StencilValidation.Models"> <Stencil>sample string 1</Stencil> <StencilStatus>sample string 2</StencilStatus> </ValidationModel>