-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MEFE API - Edit a unit #13
Comments
I'm getting from @nbiton MEFE |
This depends on unee-t/frontend@6133544 and it's not deployed yet due to my mistake. |
There is an issue with unee-t/frontend@6133544 in the sense that is doesn't allow updateUnitRequestId. |
Ok, it should now be working, the error is |
This does not work as intended - Re-opening The test:
The payload:
Expected result:
|
What env are you testing with? https://case.demo.unee-t.com/ ? |
Still not working as it should... The test:
Expected Result:
The payload:
@kaihendry, any insight? |
Initially I had issue with the carriage return in the street address oddly. But this is the error requestorUserId MEFE API - Create Unit is not allowed to edit unit EOlSJMSdx8Hfx5D6Y from the logs:
|
This JSON payload is messed up. "requestorUserId" shoyld be an ID. Of a user. Definitely not "MEFE API - Create Unit" |
Ah! yep I need to fix that... |
This describes the MEFE API to edit a Unee-T unit.
unee-t/frontend#740 for more details.
The Payload needed by the MEFE API:
Example response:
The Payload generated by the SQL via Lambda:
The SQL to run after the API returns a success:
@kaihendry Let me know when all is ready on your side (Golang) so I can test end to end.
The text was updated successfully, but these errors were encountered: