Update officer Schema

Accordion to The new Schema can you Please share one example schema for Posting Update Officer Details.

Are you talking about the XML gateway schemas?

Yes I am asking about XML gateway

I work with Mark, and was involved with changes on the XML Gateway. I’m aware of what’s done on the new CH service.

Date of Birth suppression (ie suppressing the day of the date) is being done on output services only. So CH Direct will display **/05/2000 for example. There is no change to the schemas for ‘input’ filing on the Gateway, OfficerAppointment or OfficerChangeDetails etc… Nor are we changing the CompanyData Read that is provided.

Just for info, on the output side of the Gateway, the equivalent change to what has been done on the new api, is to replace a single <DOB>2000-05-01</DOB> element with
<DateOfBirth>
<Month>05</Month>
<Year>2000</Year>
</DateOfBirth>