Request is rejected when one or more of these conditions are met:
- Request does not contain all mandatory parameters
- Request contains duplicate parameters
- Parameters contain forbidden characters or letter case does not match
- No data could be found
- Requested date range exceeds permitted limit of one year
- More than 100 matching documents (see query limits article)
System will return Acknowledgement_MarketDocument with reasons of rejection. See example below:
<?xml version="1.0" encoding="UTF-8"?>
<Acknowledgement_MarketDocument
xmlns="urn:iec62325.351:tc57wg16:451-1:acknowledgementdocument:7:0">
<mRID>be3917c7-0704-4</mRID>
<createdDateTime>2016-03-30T10:45:36Z</createdDateTime>
<sender_MarketParticipant.mRID codingScheme="A01">10X1001A1001A450</sender_MarketParticipant.mRID>
<sender_MarketParticipant.marketRole.type>A32</sender_MarketParticipant.marketRole.type>
<receiver_MarketParticipant.mRID codingScheme="A01">10X1001A1001A450</receiver_MarketParticipant.mRID>
<receiver_MarketParticipant.marketRole.type>A39</receiver_MarketParticipant.marketRole.type>
<received_MarketDocument.createdDateTime>2016-03-30T10:45:35Z</received_MarketDocument.createdDateTime>
<Reason>
<code>999</code>
<text>No matching data found</text>
</Reason>
</Acknowledgement_MarketDocument>
Comments
0 comments
Article is closed for comments.