Closed raix closed 2 weeks ago
Strongly typed IDs in REST queries are sent as objects like:
{ "id": { "value": "prefix_1234567890" ] }
The same is true when POST, UPDATE, or PUT endpoints receive a strongly typed ID.
The goal should be to send and receive strongly typed IDs as strings:
{ "id": "prefix_1234567890" }
PP-221 [Bug]: StronglyTypedId is not serialized when sent to the client
Strongly typed IDs in REST queries are sent as objects like:
The same is true when POST, UPDATE, or PUT endpoints receive a strongly typed ID.
The goal should be to send and receive strongly typed IDs as strings: