Skip to main content

Hi!

I have been able to get my integration partner to upload pictures to the media library in IFS using a Rest Patch call, but the response when doing a successful upload is empty.

Is there anyway I can override this response and write an own Json response, saying “everything went ok”?

This is on IFSAPP 10.

 

@LevFredrB 

This article might give you some hints 🙂. (It’s for cloud btw)

 


Hi @LevFredrB 

Typically in a REST API “everything went ok” is denoted by the HTTP response code 200 OK, hence additional success messages in the response body is not required.

/Rifki


Reply