The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /json/reply/UpdateSentencingInfo HTTP/1.1
Host: ncapi.net.au
Content-Type: application/json
Content-Length: length
{"SentencingInfo":{"SentencingInfoId":0,"UserId":0,"DateOfSentence":"0001-01-01T00:00:00.0000000","SentenceStartDate":"0001-01-01T00:00:00.0000000","StartOfCustodialPeriod":"0001-01-01T00:00:00.0000000","SuspensionDate":"0001-01-01T00:00:00.0000000","EndOfSentenceDate":"0001-01-01T00:00:00.0000000","ParoleDate":"0001-01-01T00:00:00.0000000","FullTimeDischargeDate":"0001-01-01T00:00:00.0000000","ParoleDecisionDates":"0001-01-01T00:00:00.0000000","PostCustodialLocation":"String","LifeSentence":false,"LegalStatus":"String"}}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String"}]},"SentencingInfo":{"SentencingInfoId":0,"UserId":0,"DateOfSentence":"0001-01-01T00:00:00.0000000","SentenceStartDate":"0001-01-01T00:00:00.0000000","StartOfCustodialPeriod":"0001-01-01T00:00:00.0000000","SuspensionDate":"0001-01-01T00:00:00.0000000","EndOfSentenceDate":"0001-01-01T00:00:00.0000000","ParoleDate":"0001-01-01T00:00:00.0000000","FullTimeDischargeDate":"0001-01-01T00:00:00.0000000","ParoleDecisionDates":"0001-01-01T00:00:00.0000000","PostCustodialLocation":"String","LifeSentence":false,"LegalStatus":"String"},"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String"}]}