Skip to main content
Answer

API Appointment creation - Attibutes

  • February 13, 2024
  • 2 replies
  • 75 views

Forum|alt.badge.img+1

Hi,

We attempt to create an appointment with the PUT(creation of record), it work correctcly.

 

 

 

 

 

 

But, when we try to set Attribute, we don’t receive any error, and the attribute don’t seem writed in the record.

We doubt that we need to do it in two request , could you confirm me that ?

1-Create the the record with the correct Service Order Type with a PUT

2-Update the record with

Or what can be the problem?

Thanks

Best answer by raphrf

Hi, thanks for the answer, finally we resolved this with a second request UPDATE.

And finally, we removed attribute in the Service Order Type, We added them in the header of the form as UDF. Now we can put them in only one request PUT.

 

2 replies

Tony Lanzer
Pro III
Forum|alt.badge.img+2
  • Pro III
  • February 23, 2024

Please supply sample JSON that doesn’t seem to be working.


Forum|alt.badge.img+1
  • Author
  • Captain I
  • Answer
  • February 23, 2024

Hi, thanks for the answer, finally we resolved this with a second request UPDATE.

And finally, we removed attribute in the Service Order Type, We added them in the header of the form as UDF. Now we can put them in only one request PUT.